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