Base:
method
GetImplementsNodes
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractCodeModelService.GetImplementsNodes(Microsoft.CodeAnalysis.SyntaxNode)
2 references to GetImplementsNodes
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
CodeModel\VisualBasicCodeModelService.vb (2)
1231For Each [implements] As ImplementsStatementSyntax In GetImplementsNodes(parentNode) 1746For Each [implements] As ImplementsStatementSyntax In GetImplementsNodes(parentNode)