Searched refs:rootFilesMap (Results 1 – 3 of 3) sorted by relevance
152 private rootFilesMap = new Map<string, ProjectRootFile>(); property in ts.server.Project496 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);
10519 private rootFilesMap; property in ts.Project