8 references to ModuleBlock
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (2)
7101
Return SyntaxFactory.
ModuleBlock
(moduleStatement, [inherits], [implements], members, SyntaxFactory.EndModuleStatement())
7113
Return SyntaxFactory.
ModuleBlock
(moduleStatement, Nothing, Nothing, Nothing, SyntaxFactory.EndModuleStatement())
Generated\Syntax.xml.Syntax.Generated.vb (1)
1842
Dim newNode = SyntaxFactory.
ModuleBlock
(moduleStatement, [inherits], [implements], members, endModuleStatement)
Syntax\SyntaxFactory.vb (1)
422
Return SyntaxFactory.
ModuleBlock
(DirectCast(begin, ModuleStatementSyntax), [inherits], [implements], members, [end])
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
10194
SyntaxFactory.
ModuleBlock
(Nothing, Nothing, Nothing, Nothing, GenerateRedEndModuleStatement())
10202
SyntaxFactory.
ModuleBlock
(GenerateRedModuleStatement(), Nothing, Nothing, Nothing, Nothing)
10209
return SyntaxFactory.
ModuleBlock
(GenerateRedModuleStatement(), Nothing, Nothing, Nothing, GenerateRedEndModuleStatement())
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2439
typeBlock = SyntaxFactory.
ModuleBlock
(