6 references to EndSetStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (2)
8719Return SyntaxFactory.SetAccessorBlock(accessorStatement, statements, SyntaxFactory.EndSetStatement()) 8733Return SyntaxFactory.SetAccessorBlock(accessorStatement, Nothing, SyntaxFactory.EndSetStatement())
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (1)
182updatedProperty = updatedProperty.ReplaceNode(setter, setter.WithEndBlockStatement(SyntaxFactory.EndSetStatement()))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\PropertyGenerator.vb (1)
143SyntaxFactory.EndSetStatement())
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
1112SyntaxFactory.EndSetStatement())
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2796endAccessorStatement:=SyntaxFactory.EndSetStatement())