2 types derived from InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
2787Inherits InheritsOrImplementsStatementSyntax 2905Inherits InheritsOrImplementsStatementSyntax
2 instantiations of InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
2792MyBase.New(green, parent, startLocation) 2910MyBase.New(green, parent, startLocation)
15 references to InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceNamedTypeSymbol.vb (3)
1057Private Sub CheckNoBase(Of T As InheritsOrImplementsStatementSyntax)(baseDeclList As SyntaxList(Of T), 1316DirectCast(typeBlock.Inherits, IEnumerable(Of InheritsOrImplementsStatementSyntax)), 1317DirectCast(typeBlock.Implements, IEnumerable(Of InheritsOrImplementsStatementSyntax)))
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
ElasticTriviaFormattingRule.vb (2)
249Dim inheritsOrImplements = token.GetAncestor(Of InheritsOrImplementsStatementSyntax)() 250Dim nextInheritsOrImplements = nextToken.GetAncestor(Of InheritsOrImplementsStatementSyntax)()
VisualBasicSyntaxFacts.vb (1)
581Return TryCast(node, InheritsOrImplementsStatementSyntax) IsNot Nothing
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (2)
252If TypeOf statement Is InheritsOrImplementsStatementSyntax Then 253Dim baseDeclaration = DirectCast(statement, InheritsOrImplementsStatementSyntax)
Utilities\CommandHandlers\AbstractImplementAbstractClassOrInterfaceCommandHandler.vb (1)
139Dim statement = token.GetAncestor(Of InheritsOrImplementsStatementSyntax)()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateType\VisualBasicGenerateTypeService.vb (1)
571If TypeOf node Is InheritsOrImplementsStatementSyntax AndAlso
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Formatting\Rules\ElasticTriviaFormattingRule.vb (2)
249Dim inheritsOrImplements = token.GetAncestor(Of InheritsOrImplementsStatementSyntax)() 250Dim nextInheritsOrImplements = nextToken.GetAncestor(Of InheritsOrImplementsStatementSyntax)()
Simplification\VisualBasicSimplificationService.Expander.vb (1)
616((TypeOf (parent) Is DeclarationStatementSyntax) AndAlso Not TypeOf (parent) Is InheritsOrImplementsStatementSyntax) OrElse
VisualBasicSyntaxFacts.vb (1)
581Return TryCast(node, InheritsOrImplementsStatementSyntax) IsNot Nothing
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
430If Not TypeOf node.Parent Is InheritsOrImplementsStatementSyntax Then