1 implementation of GetNodeWithName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
484
public abstract SyntaxNode
GetNodeWithName
(SyntaxNode node);
1 reference to GetNodeWithName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
608
node = CodeModelService.
GetNodeWithName
(node);