Base:
method
GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractCodeModelService.GetInheritsNodes(Microsoft.CodeAnalysis.SyntaxNode)
2 references to GetInheritsNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
CodeModel\VisualBasicCodeModelService.vb (2)
1215For Each [inherits] As InheritsStatementSyntax In GetInheritsNodes(parentNode) 1729For Each [inherits] As InheritsStatementSyntax In GetInheritsNodes(parentNode)