3 references to GetSyntaxTree
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\InternalElements\AbstractKeyedCodeElement.cs (3)
58=> CodeModelService.LookupNode(_nodeKey, GetSyntaxTree()); 61=> CodeModelService.TryLookupNode(_nodeKey, GetSyntaxTree(), out node); 69if (!syntaxPath.TryResolve(GetSyntaxTree(), cancellationToken, out SyntaxNode node))