Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptInfo.ts406 … project.projectService.realpathToScriptInfos!.add(this.realpath, this); // TODO: GH#18217
DeditorServices.ts704 readonly realpathToScriptInfos: MultiMap<Path, ScriptInfo> | undefined; property in ProjectService
848 this.realpathToScriptInfos = createMultiMap();
1644 this.realpathToScriptInfos!.remove(realpath, info); // TODO: GH#18217
2605 if (this.realpathToScriptInfos) {
2608 forEach(this.realpathToScriptInfos.get(realpath), combineProjects);
2610 forEach(this.realpathToScriptInfos.get(info.path), combineProjects);