Base:
property
BlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax.BlockStatement
16 references to BlockStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
226Return VisitMethodBlockBase(node, node.BlockStatement)
Semantics\StatementSyntaxWalker.vb (1)
83Visit(node.BlockStatement)
Syntax\SyntaxNormalizer.vb (1)
939AddLinebreaksAfterTokenIfNeeded(node.BlockStatement.GetLastToken(), 1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (4)
StatementSyntaxExtensions.vb (2)
335Return DirectCast(DirectCast(member, ConstructorBlockSyntax).BlockStatement, SubNewStatementSyntax).NewKeyword 358Return DirectCast(DirectCast(member, ConstructorBlockSyntax).BlockStatement, SubNewStatementSyntax).SubKeyword
SyntaxNodeExtensions.vb (1)
1141Return DirectCast(declaration, ConstructorBlockSyntax).BlockStatement.ParameterList
VisualBasicAccessibilityFacts.vb (1)
134Return DirectCast(declaration, ConstructorBlockSyntax).BlockStatement.Modifiers
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\ContainingStatementInfo.MatchingStatementsVisitor.vb (1)
26Return New StatementSyntax() {node.BlockStatement, node.EndBlockStatement}
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ChangeSignature\VisualBasicChangeSignatureService.vb (1)
221Return semanticModel.GetDeclaredSymbol(DirectCast(matchingNode, ConstructorBlockSyntax).BlockStatement, cancellationToken)
EditAndContinue\SyntaxUtilities.vb (1)
130Return ctor.BlockStatement.ParameterList.Parameters.Count = 0
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2968Return DirectCast(declaration, ConstructorBlockSyntax).WithBlockStatement(DirectCast(declaration, ConstructorBlockSyntax).BlockStatement.WithParameterList(list))
StatementSyntaxExtensions.vb (2)
335Return DirectCast(DirectCast(member, ConstructorBlockSyntax).BlockStatement, SubNewStatementSyntax).NewKeyword 358Return DirectCast(DirectCast(member, ConstructorBlockSyntax).BlockStatement, SubNewStatementSyntax).SubKeyword
SyntaxNodeExtensions.vb (1)
1141Return DirectCast(declaration, ConstructorBlockSyntax).BlockStatement.ParameterList
VisualBasicAccessibilityFacts.vb (1)
134Return DirectCast(declaration, ConstructorBlockSyntax).BlockStatement.Modifiers
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.NodeNameGenerator.vb (1)
215Dim constructorStatement = DirectCast(methodBlock.BlockStatement, SubNewStatementSyntax)