8 instantiations of StructureBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
1835
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
StructureBlockSyntax
(o)
1845
ObjectBinder.RegisterTypeReader(GetType(StructureBlockSyntax), Function(r) New
StructureBlockSyntax
(r))
1890
Return new
StructureBlockSyntax
(Me.Kind, newErrors, GetAnnotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
1894
Return new
StructureBlockSyntax
(Me.Kind, GetDiagnostics, annotations, _structureStatement, _inherits, _implements, _members, _endStructureStatement)
37937
Return New
StructureBlockSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newStructureStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndStructureStatement)
42999
Return New
StructureBlockSyntax
(SyntaxKind.StructureBlock, structureStatement, [inherits].Node, [implements].Node, members.Node, endStructureStatement)
55077
Return New
StructureBlockSyntax
(SyntaxKind.StructureBlock, structureStatement, [inherits].Node, [implements].Node, members.Node, endStructureStatement, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
1877
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
StructureBlockSyntax
(kind, errors, annotations, DirectCast(structureStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StructureStatementSyntax), if([inherits] IsNot Nothing, [inherits].Green, Nothing), if([implements] IsNot Nothing, [implements].Green, Nothing), if(members IsNot Nothing, members.Green, Nothing), DirectCast(endStructureStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
7 references to StructureBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
1845
ObjectBinder.RegisterTypeReader(GetType(
StructureBlockSyntax
), Function(r) New StructureBlockSyntax(r))
36680
Public Overridable Function VisitStructureBlock(ByVal node As
StructureBlockSyntax
) As VisualBasicSyntaxNode
37922
Public Overrides Function VisitStructureBlock(ByVal node As
StructureBlockSyntax
) As VisualBasicSyntaxNode
42996
Friend Shared Function StructureBlock(structureStatement As StructureStatementSyntax, [inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), [implements] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), members As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endStructureStatement As EndBlockStatementSyntax) As
StructureBlockSyntax
55074
Friend Function StructureBlock(structureStatement As StructureStatementSyntax, [inherits] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), [implements] As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), members As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endStructureStatement As EndBlockStatementSyntax) As
StructureBlockSyntax
Parser\BlockContexts\CompilationUnitContext.vb (1)
317
Public Overrides Function VisitStructureBlock(node As
StructureBlockSyntax
) As VisualBasicSyntaxNode
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
151
Private Shared Function GenerateGreenStructureBlock() As InternalSyntax.
StructureBlockSyntax