Home
last modified time | relevance | path

Searched refs:openFilesWithNonRootedDiskPath (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts706 private readonly openFilesWithNonRootedDiskPath = new Map<string, ScriptInfo>(); property in ProjectService
1541 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) {
1542 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName);
2604 … const info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName));
2628 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()…
2629openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", () => `${JSON.stringif…
2630 …ntDirectory: this.currentDirectory, openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys()…
2643 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info);
2662 …return !isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFile…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10087 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9802 private readonly openFilesWithNonRootedDiskPath; property in ts.ProjectService
Dtsserverlibrary.js156249 this.openFilesWithNonRootedDiskPath = new ts.Map();
156937 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) {
156938 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName);
157874 … var info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName));
157895 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()…
157896openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", function () { return J…
157897 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()…
157910 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info);
157928 …return !ts.isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalF…
Dtsserver.js156055 this.openFilesWithNonRootedDiskPath = new ts.Map();
156743 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) {
156744 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName);
157680 … var info = this.openFilesWithNonRootedDiskPath.get(this.toCanonicalFileName(fileName));
157701 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()…
157702openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)), "", function () { return J…
157703 …ectory: _this.currentDirectory, openKeys: ts.arrayFrom(_this.openFilesWithNonRootedDiskPath.keys()…
157716 … this.openFilesWithNonRootedDiskPath.set(this.toCanonicalFileName(fileName), info);
157734 …return !ts.isRootedDiskPath(fileName) && this.openFilesWithNonRootedDiskPath.get(this.toCanonicalF…