Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
Dproject.ts152 private rootFilesMap = new Map<string, ProjectRootFile>(); property in ts.server.Project
496 this.rootFilesMap.forEach(value => {
509 const existingValue = this.rootFilesMap.get(scriptInfo.path);
904 this.rootFilesMap = undefined!;
966 return this.rootFilesMap;
1069 return this.rootFilesMap && this.rootFilesMap.get(info.path)?.info === info;
1076 this.rootFilesMap.set(info.path, { fileName: fileName || info.fileName, info });
1085 this.rootFilesMap.set(path, { fileName });
1666 this.rootFilesMap.delete(info.path);
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10519 private rootFilesMap; property in ts.Project
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10519 private rootFilesMap; property in ts.Project