Base:
property
BlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax.BlockStatement
17 references to BlockStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
230Return VisitMethodBlockBase(node, node.BlockStatement)
Binding\MethodBodyBinder.vb (1)
80Return New SynthesizedLocal(methodSymbol, methodSymbol.ReturnType, SynthesizedLocalKind.FunctionReturnValue, DirectCast(methodBlock, OperatorBlockSyntax).BlockStatement)
Semantics\StatementSyntaxWalker.vb (1)
89Visit(node.BlockStatement)
Syntax\SyntaxNormalizer.vb (1)
949AddLinebreaksAfterTokenIfNeeded(node.BlockStatement.GetLastToken(), 1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (5)
StatementSyntaxExtensions.vb (2)
337Return DirectCast(DirectCast(member, OperatorBlockSyntax).BlockStatement, OperatorStatementSyntax).OperatorToken 376Return DirectCast(DirectCast(member, OperatorBlockSyntax).BlockStatement, OperatorStatementSyntax).OperatorKeyword
SyntaxNodeExtensions.vb (2)
1143Return DirectCast(declaration, OperatorBlockSyntax).BlockStatement.ParameterList 1220Return DirectCast(node, OperatorBlockSyntax).BlockStatement.AttributeLists
VisualBasicAccessibilityFacts.vb (1)
151Return DirectCast(declaration, OperatorBlockSyntax).BlockStatement.Modifiers
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\ContainingStatementInfo.MatchingStatementsVisitor.vb (1)
30Return New StatementSyntax() {node.BlockStatement, node.EndBlockStatement}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2970Return DirectCast(declaration, OperatorBlockSyntax).WithBlockStatement(DirectCast(declaration, OperatorBlockSyntax).BlockStatement.WithParameterList(list))
StatementSyntaxExtensions.vb (2)
337Return DirectCast(DirectCast(member, OperatorBlockSyntax).BlockStatement, OperatorStatementSyntax).OperatorToken 376Return DirectCast(DirectCast(member, OperatorBlockSyntax).BlockStatement, OperatorStatementSyntax).OperatorKeyword
SyntaxNodeExtensions.vb (2)
1143Return DirectCast(declaration, OperatorBlockSyntax).BlockStatement.ParameterList 1220Return DirectCast(node, OperatorBlockSyntax).BlockStatement.AttributeLists
VisualBasicAccessibilityFacts.vb (1)
151Return DirectCast(declaration, OperatorBlockSyntax).BlockStatement.Modifiers
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.NodeNameGenerator.vb (1)
200Dim operatorStatement = DirectCast(methodBlock.BlockStatement, OperatorStatementSyntax)