1 implementation of GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
176
public abstract IEnumerable<SyntaxNode>
GetInheritsNodes
(SyntaxNode parent);
4 references to GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\Collections\InheritsImplementsCollection.cs (4)
63
nodesBuilder.AddRange(CodeModelService.
GetInheritsNodes
(node));
77
var inheritsNodes = CodeModelService.
GetInheritsNodes
(node);
107
foreach (var child in CodeModelService.
GetInheritsNodes
(node))
138
CodeModelService.
GetInheritsNodes
(node).Count() +