Base:
method
WithEndBlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax.WithEndBlockStatement(Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax)
2 references to WithEndBlockStatement
Microsoft.CodeAnalysis.VisualBasic.Features (2)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (2)
177
updatedProperty = updatedProperty.ReplaceNode(getter, getter.
WithEndBlockStatement
(SyntaxFactory.EndGetStatement()))
182
updatedProperty = updatedProperty.ReplaceNode(setter, setter.
WithEndBlockStatement
(SyntaxFactory.EndSetStatement()))