33 references to PropertyBlock
Microsoft.CodeAnalysis.VisualBasic (33)
Binding\BinderFactory.vb (1)
492If nodeForOuterBinder IsNot Nothing AndAlso nodeForOuterBinder.Kind = SyntaxKind.PropertyBlock Then
Binding\MethodBodyBinder.vb (1)
68methodBlock.Parent.Kind = SyntaxKind.PropertyBlock Then
Compilation\SemanticModel.vb (1)
3322Case SyntaxKind.PropertyBlock
Compilation\SyntaxTreeSemanticModel.vb (1)
981Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock, SyntaxKind.PropertyBlock, SyntaxKind.EventBlock
Declarations\DeclarationTreeBuilder.vb (1)
644Case SyntaxKind.PropertyBlock
Generated\Syntax.xml.Internal.Generated.vb (4)
36032Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, hash) 36037Dim result = New PropertyBlockSyntax(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement) 48098Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, _factoryContext, hash) 48103Dim result = New PropertyBlockSyntax(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
9068Return New PropertyBlockSyntax(SyntaxKind.PropertyBlock, Nothing, Nothing, propertyStatement, accessors.Node, endPropertyStatement) 35835SyntaxKind.PropertyBlock, 36129SyntaxKind.PropertyBlock, 36431SyntaxKind.PropertyBlock,
Generated\Syntax.xml.Syntax.Generated.vb (1)
6022''' <item><description><see cref="SyntaxKind.PropertyBlock"/></description></item>
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
526Case SyntaxKind.PropertyBlock
Parser\BlockContexts\BlockContext.vb (3)
54Case SyntaxKind.PropertyBlock 652Case SyntaxKind.PropertyBlock 762Case SyntaxKind.PropertyBlock
Parser\BlockContexts\DeclarationContext.vb (2)
205SyntaxKind.PropertyBlock, 323Case SyntaxKind.PropertyBlock
Parser\BlockContexts\EnumDeclarationBlockContext.vb (1)
70SyntaxKind.PropertyBlock,
Parser\BlockContexts\ExecutableStatementContext.vb (1)
164SyntaxKind.PropertyBlock,
Parser\BlockContexts\NamespaceBlockContext.vb (1)
80SyntaxKind.PropertyBlock,
Parser\BlockContexts\PropertyBlockContext.vb (1)
20MyBase.New(SyntaxKind.PropertyBlock, statement, prevContext)
Parser\Parser.vb (2)
1385SyntaxKind.PropertyBlock, 2066SyntaxKind.PropertyBlock,
Parser\ParseStatement.vb (1)
189Case SyntaxKind.PropertyBlock
src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
113Case SyntaxKind.PropertyBlock
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2593Case SyntaxKind.PropertyBlock
Syntax\SyntaxFacts.vb (1)
369Case SyntaxKind.PropertyBlock
Syntax\SyntaxKindFacts.vb (1)
571SyntaxKind.PropertyBlock,
Syntax\SyntaxNodeExtensions.vb (1)
42SyntaxKind.PropertyBlock,
Syntax\SyntaxNormalizer.vb (1)
1446If node.Parent IsNot Nothing AndAlso node.Parent.Kind = SyntaxKind.PropertyBlock Then