Searched refs:openFilesWithNonRootedDiskPath (Results 1 – 3 of 3) sorted by relevance
737 private readonly openFilesWithNonRootedDiskPath = new Map<string, ScriptInfo>(); property in ProjectService1572 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()…2802 …openFilesWithNonRootedDiskPath.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…
10934 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService