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