Searched refs:updatedFileNames (Results 1 – 3 of 3) sorted by relevance
197 private updatedFileNames: Set<string> | undefined;1110 (this.updatedFileNames || (this.updatedFileNames = new Set<string>())).add(fileName);1581 const updatedFileNames = this.updatedFileNames; constant1582 this.updatedFileNames = undefined;1586 if (this.projectProgramVersion === this.lastReportedVersion && !updatedFileNames) {1604 … const updated: string[] = updatedFileNames ? arrayFrom(updatedFileNames.keys()) : [];
10532 private updatedFileNames;