Base:
property
BlockStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBlockBaseSyntax.BlockStatement
8 references to BlockStatement
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
233Return VisitMethodBlockBase(node, node.BlockStatement)
Semantics\StatementSyntaxWalker.vb (1)
95Visit(node.BlockStatement)
Symbols\Source\SourceEventSymbol.vb (1)
341Dim syntax = blockSyntax.BlockStatement
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
78Dim syntax = blockSyntax.BlockStatement
Symbols\Source\SourcePropertySymbol.vb (3)
1184Debug.Assert(block.BlockStatement IsNot Nothing) 1185Return syntaxTree.GetLocation(block.BlockStatement.Span) 1208binder.ReportModifierError(syntax.BlockStatement.Modifiers, errorId, diagnostics, s_accessibilityModifierKinds)
Syntax\SyntaxNormalizer.vb (1)
959AddLinebreaksAfterTokenIfNeeded(node.BlockStatement.GetLastToken(), 1)