6 references to EndPropertyStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Main.Generated.vb (1)
9084
Return SyntaxFactory.PropertyBlock(propertyStatement, accessors, SyntaxFactory.
EndPropertyStatement
())
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (1)
171
updatedProperty = node.WithEndPropertyStatement(SyntaxFactory.
EndPropertyStatement
())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\PropertyGenerator.vb (1)
97
endPropertyStatement:=SyntaxFactory.
EndPropertyStatement
())
CodeGeneration\VisualBasicSyntaxGenerator.vb (3)
1028
endPropertyStatement:=SyntaxFactory.
EndPropertyStatement
())
1066
endPropertyStatement:=SyntaxFactory.
EndPropertyStatement
())
1301
endPropertyStatement:=SyntaxFactory.
EndPropertyStatement
())