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