1 implementation of TryLookupNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
164public 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)
61=> CodeModelService.TryLookupNode(_nodeKey, GetSyntaxTree(), out node);