1 implementation of GetNodeKey
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
129
public SyntaxNodeKey
GetNodeKey
(SyntaxNode node)
1 reference to GetNodeKey
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractKeyedCodeElement.cs (1)
70
var newNodeKey = CodeModelService.
GetNodeKey
(node);