14 references to InheritsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Internal.Generated.vb (8)
1277Friend ReadOnly Property [Inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InheritsStatementSyntax) 1279Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InheritsStatementSyntax)(Me._inherits) 28772Public Overridable Function VisitInheritsStatement(ByVal node As InheritsStatementSyntax) As VisualBasicSyntaxNode 30074Public Overrides Function VisitInheritsStatement(ByVal node As InheritsStatementSyntax) As VisualBasicSyntaxNode 35168Friend Shared Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As InheritsStatementSyntax 35174Return DirectCast(cached, InheritsStatementSyntax) 47234Friend Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As InheritsStatementSyntax 47240Return DirectCast(cached, InheritsStatementSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
2806return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.InheritsStatementSyntax)._inheritsKeyword, Me.Position, 0)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
46_inheritsDecls = BaseDeclarations(Of InheritsStatementSyntax)()
Parser\BlockContexts\TypeBlockContext.vb (3)
14Protected _inheritsDecls As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InheritsStatementSyntax) 53_inheritsDecls = BaseDeclarations(Of InheritsStatementSyntax)() 86_inheritsDecls = BaseDeclarations(Of InheritsStatementSyntax)()
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
529Public Shared Function TypeBlock(ByVal blockKind As SyntaxKind, ByVal begin As TypeStatementSyntax, ByVal [inherits] As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of InheritsStatementSyntax), ByVal [implements] As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of ImplementsStatementSyntax), ByVal members As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of StatementSyntax), ByVal [end] As EndBlockStatementSyntax) As TypeBlockSyntax