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