Base:
property
EndBlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeBlockSyntax.EndBlockStatement
7 references to EndBlockStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\StatementSyntaxWalker.vb (1)
60
Visit(node.
EndBlockStatement
)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
NodeBasedFormattingRule.vb (1)
336
[struct].
EndBlockStatement
.GetFirstToken(includeZeroWidth:=True).GetPreviousToken(includeZeroWidth:=True))
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
221
Dim needsEnd = node.GetAncestorsOrThis(Of StructureBlockSyntax)().Any(Function(block) block.
EndBlockStatement
.IsMissing)
LineCommit\ContainingStatementInfo.MatchingStatementsVisitor.vb (1)
106
Return New StatementSyntax() {node.BlockStatement, node.
EndBlockStatement
}
Microsoft.CodeAnalysis.VisualBasic.Features (2)
CodeFixes\GenerateEndConstruct\GenerateEndConstructCodeFixProvider.vb (1)
151
(Function(n As StructureBlockSyntax) n.
EndBlockStatement
),
Completion\KeywordRecommenders\Declarations\EndBlockKeywordRecommender.vb (1)
135
If node.
EndBlockStatement
.IsMissing Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Formatting\Rules\NodeBasedFormattingRule.vb (1)
336
[struct].
EndBlockStatement
.GetFirstToken(includeZeroWidth:=True).GetPreviousToken(includeZeroWidth:=True))