19 references to ModuleStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (19)
Generated\Syntax.xml.Syntax.Generated.vb (14)
1615Friend _moduleStatement as ModuleStatementSyntax 1624Friend 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) 1631Public ReadOnly Property ModuleStatement As ModuleStatementSyntax 1642Public Shadows Function WithModuleStatement(moduleStatement as ModuleStatementSyntax) As ModuleBlockSyntax 1840Public 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 3206Public Shadows Function WithAttributeLists(attributeLists as SyntaxList(Of AttributeListSyntax)) As ModuleStatementSyntax 3210Public Shadows Function AddAttributeLists(ParamArray items As AttributeListSyntax()) As ModuleStatementSyntax 3248Public Shadows Function WithModifiers(modifiers as SyntaxTokenList) As ModuleStatementSyntax 3252Public Shadows Function AddModifiers(ParamArray items As SyntaxToken()) As ModuleStatementSyntax 3274Public Shadows Function WithModuleKeyword(moduleKeyword as SyntaxToken) As ModuleStatementSyntax 3300Public Shadows Function WithIdentifier(identifier as SyntaxToken) As ModuleStatementSyntax 3330Public Shadows Function WithTypeParameterList(typeParameterList as TypeParameterListSyntax) As ModuleStatementSyntax 3334Public Shadows Function AddTypeParameterListParameters(ParamArray items As TypeParameterSyntax()) As ModuleStatementSyntax 3393Public 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)
1278Public Overrides Function VisitModuleStatement(node As ModuleStatementSyntax) As SyntaxNode
Syntax\TypeBlockSyntax.vb (3)
237Return WithModuleStatement(DirectCast(blockStatement, ModuleStatementSyntax)) 246Public Shadows ReadOnly Property Begin As ModuleStatementSyntax 262Public Shadows Function WithBegin(begin As ModuleStatementSyntax) As ModuleBlockSyntax
Syntax\TypeStatementSyntax.vb (1)
66Public Shadows Function WithKeyword(keyword As SyntaxToken) As ModuleStatementSyntax