Searched refs:scriptInfoToDetach (Results 1 – 3 of 3) sorted by relevance
1304 const scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName); constant1305 if (scriptInfoToDetach) {1306 scriptInfoToDetach.detachFromProject(this);1308 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);
154939 var scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName);154940 if (scriptInfoToDetach) {154941 scriptInfoToDetach.detachFromProject(this);154943 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);
154745 var scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName);154746 if (scriptInfoToDetach) {154747 scriptInfoToDetach.detachFromProject(this);154749 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);