1 implementation of TryLookupNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
163public bool TryLookupNode(SyntaxNodeKey nodeKey, SyntaxTree syntaxTree, [NotNullWhen(true)] out SyntaxNode? node)
1 reference to TryLookupNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractKeyedCodeElement.cs (1)
57=> CodeModelService.TryLookupNode(NodeKey, GetSyntaxTree(), out node);