14 references to InheritsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Internal.Generated.vb (8)
1277
Friend ReadOnly Property [Inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
InheritsStatementSyntax
)
1279
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
InheritsStatementSyntax
)(Me._inherits)
28772
Public Overridable Function VisitInheritsStatement(ByVal node As
InheritsStatementSyntax
) As VisualBasicSyntaxNode
30074
Public Overrides Function VisitInheritsStatement(ByVal node As
InheritsStatementSyntax
) As VisualBasicSyntaxNode
35168
Friend Shared Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
InheritsStatementSyntax
35174
Return DirectCast(cached,
InheritsStatementSyntax
)
47234
Friend Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
InheritsStatementSyntax
47240
Return DirectCast(cached,
InheritsStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
2806
return 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)
14
Protected _inheritsDecls As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
InheritsStatementSyntax
)
53
_inheritsDecls = BaseDeclarations(Of
InheritsStatementSyntax
)()
86
_inheritsDecls = BaseDeclarations(Of
InheritsStatementSyntax
)()
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
529
Public 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