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