Base:
property
EndBlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax.EndBlockStatement
6 references to EndBlockStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\StatementSyntaxWalker.vb (1)
97
Visit(node.
EndBlockStatement
)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\EndConstructStatementVisitor_Properties.vb (1)
70
If Not methodBody.
EndBlockStatement
.IsMissing Then
LineCommit\ContainingStatementInfo.MatchingStatementsVisitor.vb (1)
34
Return New StatementSyntax() {node.BlockStatement, node.
EndBlockStatement
}
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (2)
176
If getter IsNot Nothing AndAlso getter.
EndBlockStatement
.IsMissing Then
181
If setter IsNot Nothing AndAlso setter.
EndBlockStatement
.IsMissing Then
Structure\Providers\AccessorDeclarationStructureProvider.vb (1)
22
If Not block?.
EndBlockStatement
.IsMissing Then