2 types derived from InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
1852Inherits InheritsOrImplementsStatementSyntax 1950Inherits InheritsOrImplementsStatementSyntax
6 instantiations of InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
1858MyBase.New(kind) 1871MyBase.New(kind) 1885MyBase.New(kind, errors, annotations) 1956MyBase.New(kind) 1969MyBase.New(kind) 1983MyBase.New(kind, errors, annotations)
4 references to InheritsOrImplementsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (1)
28768Public Overridable Function VisitInheritsOrImplementsStatement(ByVal node As InheritsOrImplementsStatementSyntax) As VisualBasicSyntaxNode
Parser\BlockContexts\BlockContext.vb (1)
280Friend Function BaseDeclarations(Of T As InheritsOrImplementsStatementSyntax)() As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of T)
Parser\Parser.vb (2)
4857Private Function ParseInheritsImplementsStatement(Attributes As CoreInternalSyntax.SyntaxList(Of AttributeListSyntax), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As InheritsOrImplementsStatementSyntax 4888Dim result As InheritsOrImplementsStatementSyntax = Nothing