6 references to EndGetStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (2)
8651Return SyntaxFactory.GetAccessorBlock(accessorStatement, statements, SyntaxFactory.EndGetStatement()) 8665Return SyntaxFactory.GetAccessorBlock(accessorStatement, Nothing, SyntaxFactory.EndGetStatement())
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (1)
177updatedProperty = updatedProperty.ReplaceNode(getter, getter.WithEndBlockStatement(SyntaxFactory.EndGetStatement()))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\PropertyGenerator.vb (1)
135SyntaxFactory.EndGetStatement())
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1090SyntaxFactory.EndGetStatement())
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2789endAccessorStatement:=SyntaxFactory.EndGetStatement()),