Home
last modified time | relevance | path

Searched refs:configFileExistenceInfoCache (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts756 …/*@internal*/ readonly configFileExistenceInfoCache = new Map<NormalizedPath, ConfigFileExistenceI… property in ProjectService
1382 … 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 …]
Dproject.ts1396 …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…