37 references to ConstructorBlock
Microsoft.CodeAnalysis.VisualBasic (37)
Binding\Binder_Invocation.vb (1)
67If nodeParent Is Nothing OrElse nodeParent.Kind <> SyntaxKind.ConstructorBlock Then
Binding\Binder_Statements.vb (1)
141SyntaxKind.ConstructorBlock,
Binding\MemberSemanticModel.vb (1)
308SyntaxKind.ConstructorBlock,
Compilation\SemanticModel.vb (1)
3317Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock,
Compilation\SyntaxTreeSemanticModel.vb (1)
981Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock, SyntaxKind.PropertyBlock, SyntaxKind.EventBlock
Declarations\DeclarationTreeBuilder.vb (1)
636Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock
Generated\Syntax.xml.Internal.Generated.vb (4)
35751Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, hash) 35756Dim result = New ConstructorBlockSyntax(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement) 47817Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, _factoryContext, hash) 47822Dim result = New ConstructorBlockSyntax(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
8501Return New ConstructorBlockSyntax(SyntaxKind.ConstructorBlock, Nothing, Nothing, subNewStatement, statements.Node, endSubStatement) 35828SyntaxKind.ConstructorBlock, 36122SyntaxKind.ConstructorBlock, 36424SyntaxKind.ConstructorBlock,
Generated\Syntax.xml.Syntax.Generated.vb (1)
5526''' <item><description><see cref="SyntaxKind.ConstructorBlock"/></description></item>
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
534Case SyntaxKind.ConstructorBlock
Parser\BlockContexts\BlockContext.vb (2)
631SyntaxKind.ConstructorBlock 751SyntaxKind.ConstructorBlock,
Parser\BlockContexts\CompilationUnitContext.vb (1)
485SyntaxKind.ConstructorBlock,
Parser\BlockContexts\DeclarationContext.vb (3)
81methodBlockKind = SyntaxKind.ConstructorBlock 202SyntaxKind.ConstructorBlock, 308SyntaxKind.ConstructorBlock,
Parser\BlockContexts\EnumDeclarationBlockContext.vb (1)
67SyntaxKind.ConstructorBlock,
Parser\BlockContexts\ExecutableStatementContext.vb (4)
41s = SyntaxKind.ConstructorBlock OrElse 64s = SyntaxKind.ConstructorBlock OrElse 161SyntaxKind.ConstructorBlock, 185SyntaxKind.ConstructorBlock,
Parser\BlockContexts\MethodBlockContext.vb (2)
21contextKind = SyntaxKind.ConstructorBlock OrElse 66Case SyntaxKind.ConstructorBlock
Parser\BlockContexts\NamespaceBlockContext.vb (1)
77SyntaxKind.ConstructorBlock,
Parser\ParseStatement.vb (1)
181Case SyntaxKind.SubBlock, SyntaxKind.ConstructorBlock
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2560SyntaxKind.ConstructorBlock,
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
330Case SyntaxKind.ConstructorBlock
Syntax\LambdaUtilities.vb (1)
640SyntaxKind.ConstructorBlock,
Syntax\SyntaxEquivalence.vb (1)
94SyntaxKind.ConstructorBlock,
Syntax\SyntaxFacts.vb (1)
360Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock,
Syntax\SyntaxNodeExtensions.vb (1)
43SyntaxKind.ConstructorBlock,