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