Searched refs:configFileExistenceInfoCache (Results 1 – 5 of 5) sorted by relevance
725 private readonly configFileExistenceInfoCache = new Map<string, ConfigFileExistenceInfo>(); property in ProjectService1331 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath)!;1408 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath)!;1617 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);1644 this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);1665 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {1694 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);1763 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);1784 this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);1797 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);[all …]
10105 private readonly configFileExistenceInfoCache; property in ts.ProjectService
9820 private readonly configFileExistenceInfoCache; property in ts.ProjectService
156264 this.configFileExistenceInfoCache = new ts.Map();156763 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath);156829 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath);157003 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);157027 … this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);157047 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {157074 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);157129 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);157147 _this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);157160 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);[all …]
156070 this.configFileExistenceInfoCache = new ts.Map();156569 return this.configFileExistenceInfoCache.get(project.canonicalConfigFilePath);156635 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigPath);156809 … var configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);156833 … this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);156853 this.configFileExistenceInfoCache.set(project.canonicalConfigFilePath, {156880 this.configFileExistenceInfoCache.delete(closedProject.canonicalConfigFilePath);156935 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);156953 _this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);156966 … var configFileExistenceInfo = _this.configFileExistenceInfoCache.get(canonicalConfigFilePath);[all …]