Searched refs:realpathToScriptInfos (Results 1 – 2 of 2) sorted by relevance
406 … project.projectService.realpathToScriptInfos!.add(this.realpath, this); // TODO: GH#18217
704 readonly realpathToScriptInfos: MultiMap<Path, ScriptInfo> | undefined; property in ProjectService848 this.realpathToScriptInfos = createMultiMap();1644 this.realpathToScriptInfos!.remove(realpath, info); // TODO: GH#182172605 if (this.realpathToScriptInfos) {2608 forEach(this.realpathToScriptInfos.get(realpath), combineProjects);2610 forEach(this.realpathToScriptInfos.get(info.path), combineProjects);