1 implementation of GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
175
public abstract IEnumerable<SyntaxNode>
GetInheritsNodes
(SyntaxNode parent);
4 references to GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\Collections\InheritsImplementsCollection.cs (4)
62
.. CodeModelService.
GetInheritsNodes
(node),
74
var inheritsNodes = CodeModelService.
GetInheritsNodes
(node);
104
foreach (var child in CodeModelService.
GetInheritsNodes
(node))
135
CodeModelService.
GetInheritsNodes
(node).Count() +