Home
last modified time | relevance | path

Searched refs:openFilesWithNonRootedDiskPath (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts737 private readonly openFilesWithNonRootedDiskPath = new Map<string, ScriptInfo>(); property in ProjectService
1572 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) {
1573 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName);
2777 … const info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName));
2801 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()…
2802openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", () => `${JSON.stringif…
2803 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()…
2816 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info);
2835 …return !isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFile…
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10934 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10934 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService