5 references to EndStructureStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (2)
7174
Return SyntaxFactory.StructureBlock(structureStatement, [inherits], [implements], members, SyntaxFactory.
EndStructureStatement
())
7186
Return SyntaxFactory.StructureBlock(structureStatement, Nothing, Nothing, Nothing, SyntaxFactory.
EndStructureStatement
())
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
TypeBlockSyntaxExtensions.vb (1)
98
Return SyntaxFactory.
EndStructureStatement
().WithAdditionalAnnotations(Formatter.Annotation)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\NamedTypeGenerator.vb (1)
114
If(isInterface, SyntaxFactory.EndInterfaceStatement(), If(isStruct, SyntaxFactory.
EndStructureStatement
(), If(isModule, SyntaxFactory.EndModuleStatement, SyntaxFactory.EndClassStatement)))
TypeBlockSyntaxExtensions.vb (1)
98
Return SyntaxFactory.
EndStructureStatement
().WithAdditionalAnnotations(Formatter.Annotation)