Searched refs:syntaxTreeCache (Results 1 – 1 of 1) sorted by relevance
1242 const syntaxTreeCache: SyntaxTreeCache = new SyntaxTreeCache(host); constant1917 return syntaxTreeCache.getCurrentSourceFile(fileName);1921 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);1979 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);1985 …return NavigationBar.getNavigationBarItems(syntaxTreeCache.getCurrentSourceFile(fileName), cancell…1989 …return NavigationBar.getNavigationTree(syntaxTreeCache.getCurrentSourceFile(fileName), cancellatio…2019 …return ts.getSyntacticClassifications(cancellationToken, syntaxTreeCache.getCurrentSourceFile(file…2024 …return ts.getEncodedSyntacticClassifications(cancellationToken, syntaxTreeCache.getCurrentSourceFi…2029 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);2042 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName);[all …]