Searched refs:clearSourceMapperCache (Results 1 – 10 of 10) sorted by relevance
655 clearSourceMapperCache() {656 this.languageService.clearSourceMapperCache();1371 this.clearSourceMapperCache();
1045 … private delayUpdateProjectGraphs(projects: readonly Project[], clearSourceMapperCache: boolean) {1049 if (clearSourceMapperCache) project.clearSourceMapperCache();
510 clearSourceMapperCache(): void; method
2593 clearSourceMapperCache: () => sourceMapper.clearCache(),
839 clearSourceMapperCache(): never {
620 clearSourceMapperCache(): never {
151149 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method154357 Project.prototype.clearSourceMapperCache = function () { method in Project154358 this.languageService.clearSourceMapperCache();154995 _this.clearSourceMapperCache();156512 … ProjectService.prototype.delayUpdateProjectGraphs = function (projects, clearSourceMapperCache) { argument156517 if (clearSourceMapperCache)156518 project.clearSourceMapperCache();
150580 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method154163 Project.prototype.clearSourceMapperCache = function () { method in Project154164 this.languageService.clearSourceMapperCache();154801 _this.clearSourceMapperCache();156318 … ProjectService.prototype.delayUpdateProjectGraphs = function (projects, clearSourceMapperCache) { argument156323 if (clearSourceMapperCache)156324 project.clearSourceMapperCache();
151149 clearSourceMapperCache: function () { return sourceMapper.clearCache(); }, method