3 references to EndModuleStatement
Microsoft.CodeAnalysis.VisualBasic (2)
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
())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\NamedTypeGenerator.vb (1)
114
If(isInterface, SyntaxFactory.EndInterfaceStatement(), If(isStruct, SyntaxFactory.EndStructureStatement(), If(isModule, SyntaxFactory.
EndModuleStatement
, SyntaxFactory.EndClassStatement)))