4 types derived from TypeStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2747Inherits TypeStatementSyntax 2851Inherits TypeStatementSyntax 2955Inherits TypeStatementSyntax 3059Inherits TypeStatementSyntax
16 instantiations of TypeStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (16)
Generated\Syntax.xml.Internal.Generated.vb (16)
2752MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2761MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2771MyBase.New(kind, errors, annotations, attributeLists, modifiers, identifier, typeParameterList) 2780MyBase.New(reader) 2856MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2865MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2875MyBase.New(kind, errors, annotations, attributeLists, modifiers, identifier, typeParameterList) 2884MyBase.New(reader) 2960MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2969MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 2979MyBase.New(kind, errors, annotations, attributeLists, modifiers, identifier, typeParameterList) 2988MyBase.New(reader) 3064MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 3073MyBase.New(kind, attributeLists, modifiers, identifier, typeParameterList) 3083MyBase.New(kind, errors, annotations, attributeLists, modifiers, identifier, typeParameterList) 3092MyBase.New(reader)
14 references to TypeStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Internal.Generated.vb (1)
36708Public Overridable Function VisitTypeStatement(ByVal node As TypeStatementSyntax) As VisualBasicSyntaxNode
Generated\Syntax.xml.Syntax.Generated.vb (2)
3077Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeStatementSyntax)._modifiers 3108return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeStatementSyntax)._identifier, Me.GetChildPosition(2), Me.GetChildIndex(2))
Parser\BlockContexts\ExecutableStatementContext.vb (1)
109If Not DirectCast(node, TypeStatementSyntax).Modifiers.Any() Then
Parser\BlockContexts\TypeBlockContext.vb (1)
79Dim beginBlockStmt As TypeStatementSyntax = Nothing
Parser\Parser.vb (2)
1554) As TypeStatementSyntax 1596Dim statement As TypeStatementSyntax = InternalSyntaxFactory.TypeStatement(kind, attributes, modifiers, typeKeyword, ident, optionalTypeParameters)
Syntax\InternalSyntax\SyntaxNodeFactories.vb (2)
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 548Public Shared Function TypeStatement(ByVal statementKind As SyntaxKind, ByVal attributes As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of GreenNode), ByVal modifiers As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of GreenNode), ByVal keyword As KeywordSyntax, ByVal identifier As IdentifierTokenSyntax, ByVal typeParameterList As TypeParameterListSyntax) As TypeStatementSyntax
Syntax\TypeBlockSyntax.vb (5)
283Public MustOverride ReadOnly Property BlockStatement As TypeStatementSyntax 294Public Overrides ReadOnly Property BlockStatement As TypeStatementSyntax 310Public Overrides ReadOnly Property BlockStatement As TypeStatementSyntax 326Public Overrides ReadOnly Property BlockStatement As TypeStatementSyntax 342Public Overrides ReadOnly Property BlockStatement As TypeStatementSyntax