2 types derived from InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
2339Inherits InheritsOrImplementsStatementSyntax 2464Inherits InheritsOrImplementsStatementSyntax
8 instantiations of InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (8)
2345MyBase.New(kind) 2358MyBase.New(kind) 2372MyBase.New(kind, errors, annotations) 2385MyBase.New(reader) 2470MyBase.New(kind) 2483MyBase.New(kind) 2497MyBase.New(kind, errors, annotations) 2510MyBase.New(reader)
4 references to InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (1)
36696Public Overridable Function VisitInheritsOrImplementsStatement(ByVal node As InheritsOrImplementsStatementSyntax) As VisualBasicSyntaxNode
Parser\BlockContexts\BlockContext.vb (1)
279Friend Function BaseDeclarations(Of T As InheritsOrImplementsStatementSyntax)() As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of T)
Parser\Parser.vb (2)
4850Private Function ParseInheritsImplementsStatement(Attributes As CoreInternalSyntax.SyntaxList(Of AttributeListSyntax), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As InheritsOrImplementsStatementSyntax 4881Dim result As InheritsOrImplementsStatementSyntax = Nothing