5 references to EndInterfaceStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (2)
7247
Return SyntaxFactory.InterfaceBlock(interfaceStatement, [inherits], [implements], members, SyntaxFactory.
EndInterfaceStatement
())
7259
Return SyntaxFactory.InterfaceBlock(interfaceStatement, Nothing, Nothing, Nothing, SyntaxFactory.
EndInterfaceStatement
())
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
TypeBlockSyntaxExtensions.vb (1)
96
Return SyntaxFactory.
EndInterfaceStatement
().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)
96
Return SyntaxFactory.
EndInterfaceStatement
().WithAdditionalAnnotations(Formatter.Annotation)