4 overrides of BlockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\TypeBlockSyntax.vb (4)
68
Public Overrides ReadOnly Property
BlockStatement
As TypeStatementSyntax
120
Public Overrides ReadOnly Property
BlockStatement
As TypeStatementSyntax
172
Public Overrides ReadOnly Property
BlockStatement
As TypeStatementSyntax
224
Public Overrides ReadOnly Property
BlockStatement
As TypeStatementSyntax
4 references to BlockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxNormalizer.vb (2)
835
AddLinebreaksAfterTokenIfNeeded(node.
BlockStatement
.GetLastToken(), 2)
837
AddLinebreaksAfterTokenIfNeeded(node.
BlockStatement
.GetLastToken(), 1)
Syntax\TypeBlockSyntax.vb (2)
25
''' Returns a copy of this <see cref="TypeBlockSyntax"/> with the <see cref="
BlockStatement
"/> property changed to the
40
Return
BlockStatement