Searched refs:configFileExistenceInfoCache (Results 1 – 2 of 2) sorted by relevance
756 …/*@internal*/ readonly configFileExistenceInfoCache = new Map<NormalizedPath, ConfigFileExistenceI… property in ProjectService1382 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);1411 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath)!;1649 … let configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);1675 this.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceInfo);1681 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath)!;1708 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath)!;1736 this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);1762 … const configFileExistenceInfo = this.configFileExistenceInfoCache.get(canonicalConfigFilePath);1783 this.configFileExistenceInfoCache.delete(canonicalConfigFilePath);[all …]
1396 …const configFileExistenceInfo = this.projectService.configFileExistenceInfoCache.get(missingFilePa…2500 …let configFileExistenceInfo = this.projectService.configFileExistenceInfoCache.get(canonicalConfig…2502 …this.projectService.configFileExistenceInfoCache.set(canonicalConfigFilePath, configFileExistenceI…2638 …this.projectService.configFileExistenceInfoCache.forEach((_configFileExistenceInfo, canonicalConfi…2687 …const configFileExistenceInfo = this.projectService.configFileExistenceInfoCache.get(this.canonica…