19 references to ModuleStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Syntax.Generated.vb (14)
1615
Friend _moduleStatement as
ModuleStatementSyntax
1624
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), moduleStatement As
ModuleStatementSyntax
, [inherits] As SyntaxNode, [implements] As SyntaxNode, members As SyntaxNode, endModuleStatement As EndBlockStatementSyntax)
1631
Public ReadOnly Property ModuleStatement As
ModuleStatementSyntax
1642
Public Shadows Function WithModuleStatement(moduleStatement as
ModuleStatementSyntax
) As ModuleBlockSyntax
1840
Public Function Update(moduleStatement As
ModuleStatementSyntax
, [inherits] As SyntaxList(of InheritsStatementSyntax), [implements] As SyntaxList(of ImplementsStatementSyntax), members As SyntaxList(of StatementSyntax), endModuleStatement As EndBlockStatementSyntax) As ModuleBlockSyntax
3206
Public Shadows Function WithAttributeLists(attributeLists as SyntaxList(Of AttributeListSyntax)) As
ModuleStatementSyntax
3210
Public Shadows Function AddAttributeLists(ParamArray items As AttributeListSyntax()) As
ModuleStatementSyntax
3248
Public Shadows Function WithModifiers(modifiers as SyntaxTokenList) As
ModuleStatementSyntax
3252
Public Shadows Function AddModifiers(ParamArray items As SyntaxToken()) As
ModuleStatementSyntax
3274
Public Shadows Function WithModuleKeyword(moduleKeyword as SyntaxToken) As
ModuleStatementSyntax
3300
Public Shadows Function WithIdentifier(identifier as SyntaxToken) As
ModuleStatementSyntax
3330
Public Shadows Function WithTypeParameterList(typeParameterList as TypeParameterListSyntax) As
ModuleStatementSyntax
3334
Public Shadows Function AddTypeParameterListParameters(ParamArray items As TypeParameterSyntax()) As
ModuleStatementSyntax
3393
Public Function Update(attributeLists As SyntaxList(of AttributeListSyntax), modifiers As SyntaxTokenList, moduleKeyword As SyntaxToken, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax) As
ModuleStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1278
Public Overrides Function VisitModuleStatement(node As
ModuleStatementSyntax
) As SyntaxNode
Syntax\TypeBlockSyntax.vb (3)
237
Return WithModuleStatement(DirectCast(blockStatement,
ModuleStatementSyntax
))
246
Public Shadows ReadOnly Property Begin As
ModuleStatementSyntax
262
Public Shadows Function WithBegin(begin As
ModuleStatementSyntax
) As ModuleBlockSyntax
Syntax\TypeStatementSyntax.vb (1)
66
Public Shadows Function WithKeyword(keyword As SyntaxToken) As
ModuleStatementSyntax