8 instantiations of InheritsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
2398
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
InheritsStatementSyntax
(o)
2408
ObjectBinder.RegisterTypeReader(GetType(InheritsStatementSyntax), Function(r) New
InheritsStatementSyntax
(r))
2447
Return new
InheritsStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _inheritsKeyword, _types)
2451
Return new
InheritsStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _inheritsKeyword, _types)
38011
Return New
InheritsStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newInheritsKeyword, newTypes.Node)
43105
Dim result = New
InheritsStatementSyntax
(SyntaxKind.InheritsStatement, inheritsKeyword, types.Node)
55183
Dim result = New
InheritsStatementSyntax
(SyntaxKind.InheritsStatement, inheritsKeyword, types.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
2798
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
InheritsStatementSyntax
(kind, errors, annotations, inheritsKeyword, if(types IsNot Nothing, types.Green, Nothing)), Nothing, 0)
16 references to InheritsStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (15)
Generated\Syntax.xml.Internal.Generated.vb (9)
1619
Friend ReadOnly Property [Inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
InheritsStatementSyntax
)
1621
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
InheritsStatementSyntax
)(Me._inherits)
2408
ObjectBinder.RegisterTypeReader(GetType(
InheritsStatementSyntax
), Function(r) New InheritsStatementSyntax(r))
36700
Public Overridable Function VisitInheritsStatement(ByVal node As
InheritsStatementSyntax
) As VisualBasicSyntaxNode
38002
Public Overrides Function VisitInheritsStatement(ByVal node As
InheritsStatementSyntax
) As VisualBasicSyntaxNode
43096
Friend Shared Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
InheritsStatementSyntax
43102
Return DirectCast(cached,
InheritsStatementSyntax
)
55174
Friend Function InheritsStatement(inheritsKeyword As KeywordSyntax, types As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
InheritsStatementSyntax
55180
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
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
167
Private Shared Function GenerateGreenInheritsStatement() As InternalSyntax.
InheritsStatementSyntax