8 instantiations of ModuleBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
1709
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
ModuleBlockSyntax
(o)
1719
ObjectBinder.RegisterTypeReader(GetType(ModuleBlockSyntax), Function(r) New
ModuleBlockSyntax
(r))
1764
Return new
ModuleBlockSyntax
(Me.Kind, newErrors, GetAnnotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
1768
Return new
ModuleBlockSyntax
(Me.Kind, GetDiagnostics, annotations, _moduleStatement, _inherits, _implements, _members, _endModuleStatement)
37916
Return New
ModuleBlockSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newModuleStatement, newInherits.Node, newImplements.Node, newMembers.Node, newEndModuleStatement)
42973
Return New
ModuleBlockSyntax
(SyntaxKind.ModuleBlock, moduleStatement, [inherits].Node, [implements].Node, members.Node, endModuleStatement)
55051
Return New
ModuleBlockSyntax
(SyntaxKind.ModuleBlock, moduleStatement, [inherits].Node, [implements].Node, members.Node, endModuleStatement, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
1625
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ModuleBlockSyntax
(kind, errors, annotations, DirectCast(moduleStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ModuleStatementSyntax), if([inherits] IsNot Nothing, [inherits].Green, Nothing), if([implements] IsNot Nothing, [implements].Green, Nothing), if(members IsNot Nothing, members.Green, Nothing), DirectCast(endModuleStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
7 references to ModuleBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
1719
ObjectBinder.RegisterTypeReader(GetType(
ModuleBlockSyntax
), Function(r) New ModuleBlockSyntax(r))
36676
Public Overridable Function VisitModuleBlock(ByVal node As
ModuleBlockSyntax
) As VisualBasicSyntaxNode
37901
Public Overrides Function VisitModuleBlock(ByVal node As
ModuleBlockSyntax
) As VisualBasicSyntaxNode
42970
Friend Shared Function ModuleBlock(moduleStatement As ModuleStatementSyntax, [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), endModuleStatement As EndBlockStatementSyntax) As
ModuleBlockSyntax
55048
Friend Function ModuleBlock(moduleStatement As ModuleStatementSyntax, [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), endModuleStatement As EndBlockStatementSyntax) As
ModuleBlockSyntax
Parser\BlockContexts\CompilationUnitContext.vb (1)
332
Public Overrides Function VisitModuleBlock(node As
ModuleBlockSyntax
) As VisualBasicSyntaxNode
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
147
Private Shared Function GenerateGreenModuleBlock() As InternalSyntax.
ModuleBlockSyntax