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