136 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)
3313Case 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)
43679Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, hash) 43684Dim result = New ConstructorBlockSyntax(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement) 55757Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, _factoryContext, hash) 55762Dim 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)
630SyntaxKind.ConstructorBlock 750SyntaxKind.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)
2550SyntaxKind.ConstructorBlock,
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
324Case SyntaxKind.ConstructorBlock
Syntax\LambdaUtilities.vb (1)
636SyntaxKind.ConstructorBlock,
Syntax\SyntaxEquivalence.vb (1)
92SyntaxKind.ConstructorBlock,
Syntax\SyntaxFacts.vb (1)
360Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock,
Syntax\SyntaxNodeExtensions.vb (1)
43SyntaxKind.ConstructorBlock,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (23)
MemberAccessExpressionSyntaxExtensions.vb (1)
59Return statement.IsParentKind(SyntaxKind.ConstructorBlock) AndAlso
StatementSyntaxExtensions.vb (12)
45SyntaxKind.ConstructorBlock, 116SyntaxKind.ConstructorBlock, 188SyntaxKind.ConstructorBlock, 265Case SyntaxKind.ConstructorBlock 334Case SyntaxKind.ConstructorBlock 357Case SyntaxKind.ConstructorBlock 426SyntaxKind.ConstructorBlock, 549SyntaxKind.ConstructorBlock, 581SyntaxKind.ConstructorBlock, 637SyntaxKind.ConstructorBlock, 667SyntaxKind.ConstructorBlock, 744If statement.IsParentKind(SyntaxKind.ConstructorBlock) AndAlso
SyntaxNodeExtensions.vb (4)
1140Case SyntaxKind.ConstructorBlock 1206SyntaxKind.ConstructorBlock 1264Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, 1305Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock,
VisualBasicAccessibilityFacts.vb (2)
60Case SyntaxKind.ConstructorBlock, 133Case SyntaxKind.ConstructorBlock
VisualBasicSyntaxFacts.vb (2)
619Return node.GetAncestors(Of StatementSyntax).Any(Function(s) s.Kind = SyntaxKind.ConstructorBlock) 1332SyntaxKind.ConstructorBlock,
VisualBasicSyntaxKinds.vb (1)
147Public ReadOnly Property ConstructorDeclaration As Integer = SyntaxKind.ConstructorBlock Implements ISyntaxKinds.ConstructorDeclaration
VisualBasicUseAutoPropertyAnalyzer.vb (1)
150If codeBlock.AncestorsAndSelf().Contains(Function(node) node.Kind() = SyntaxKind.ConstructorBlock) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
ExpressionSyntaxExtensions.vb (1)
197If Not statement.IsParentKind(SyntaxKind.ConstructorBlock) Then
SyntaxTreeExtensions.vb (1)
616SyntaxKind.ConstructorBlock,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
Utilities\LineAdjustmentFormattingRule.vb (1)
30current.Parent.Parent.IsKind(SyntaxKind.ConstructorBlock, SyntaxKind.SubBlock)) OrElse
Microsoft.CodeAnalysis.VisualBasic.Features (23)
ChangeSignature\VisualBasicChangeSignatureService.vb (4)
40SyntaxKind.ConstructorBlock, 64SyntaxKind.ConstructorBlock, 85SyntaxKind.ConstructorBlock) 220Case SyntaxKind.ConstructorBlock
Debugging\VisualBasicBreakpointService.vb (1)
53descendIntoChildren:=Function(n) Not n.IsKind(SyntaxKind.ConstructorBlock, SyntaxKind.SubBlock)).
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
43SyntaxKind.ConstructorBlock,
EditAndContinue\SyntaxComparer.vb (4)
325SyntaxKind.ConstructorBlock, 778Case SyntaxKind.ConstructorBlock 907SyntaxKind.ConstructorBlock, 1245Case SyntaxKind.ConstructorBlock
EditAndContinue\SyntaxUtilities.vb (1)
125If Not declaration.IsKind(SyntaxKind.ConstructorBlock) Then
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (8)
49SyntaxKind.ConstructorBlock, 119SyntaxKind.ConstructorBlock, 299SyntaxKind.ConstructorBlock, 382SyntaxKind.ConstructorBlock, 1155Debug.Assert(parent.Kind = SyntaxKind.ConstructorBlock) 1553SyntaxKind.ConstructorBlock, 1956Case SyntaxKind.ConstructorBlock 2241SyntaxKind.ConstructorBlock,
LambdaUtilities.vb (1)
636SyntaxKind.ConstructorBlock,
Organizing\Organizers\MemberDeclarationsOrganizer.Comparer.vb (2)
121Case SyntaxKind.ConstructorBlock 147Case SyntaxKind.ConstructorBlock,
VisualBasicUseAutoPropertyAnalyzer.vb (1)
150If codeBlock.AncestorsAndSelf().Contains(Function(node) node.Kind() = SyntaxKind.ConstructorBlock) Then
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
1706Assert.Same(nSymbol, model.GetDeclaredSymbol(DirectCast(tree.FindNodeOrTokenByKind(SyntaxKind.ConstructorBlock, 1).AsNode(), ConstructorBlockSyntax)))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Syntax\SyntaxFactsTest.vb (2)
585For Each item As SyntaxKind In {SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock, SyntaxKind.GetAccessorBlock, SyntaxKind.SetAccessorBlock, SyntaxKind.AddHandlerAccessorBlock, SyntaxKind.RemoveHandlerAccessorBlock, SyntaxKind.RaiseEventAccessorBlock} 593For Each item As SyntaxKind In {SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, SyntaxKind.OperatorBlock}
Microsoft.CodeAnalysis.VisualBasic.Workspaces (36)
CodeGeneration\VisualBasicCodeGenerationHelpers.vb (1)
104Return members.LastOrDefault(Function(m) m.Kind = SyntaxKind.ConstructorBlock OrElse m.Kind = SyntaxKind.SubNewStatement)
CodeGeneration\VisualBasicCodeGenerationService.vb (2)
265Case SyntaxKind.ConstructorBlock 477Case SyntaxKind.ConstructorBlock
CodeGeneration\VisualBasicDeclarationComparer.vb (2)
14{SyntaxKind.ConstructorBlock, 1}, 134Case SyntaxKind.ConstructorBlock,
CodeGeneration\VisualBasicSyntaxGenerator.vb (7)
729Case SyntaxKind.ConstructorBlock, 1853Case SyntaxKind.ConstructorBlock 1920Case SyntaxKind.ConstructorBlock 2603Case SyntaxKind.ConstructorBlock 2967Case SyntaxKind.ConstructorBlock 3232SyntaxKind.ConstructorBlock, 3259Case SyntaxKind.ConstructorBlock
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\MemberAccessExpressionSyntaxExtensions.vb\MemberAccessExpressionSyntaxExtensions.vb (1)
59Return statement.IsParentKind(SyntaxKind.ConstructorBlock) AndAlso
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
616SyntaxKind.ConstructorBlock,
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb\ExpressionSyntaxExtensions.vb (1)
197If Not statement.IsParentKind(SyntaxKind.ConstructorBlock) Then
StatementSyntaxExtensions.vb (12)
45SyntaxKind.ConstructorBlock, 116SyntaxKind.ConstructorBlock, 188SyntaxKind.ConstructorBlock, 265Case SyntaxKind.ConstructorBlock 334Case SyntaxKind.ConstructorBlock 357Case SyntaxKind.ConstructorBlock 426SyntaxKind.ConstructorBlock, 549SyntaxKind.ConstructorBlock, 581SyntaxKind.ConstructorBlock, 637SyntaxKind.ConstructorBlock, 667SyntaxKind.ConstructorBlock, 744If statement.IsParentKind(SyntaxKind.ConstructorBlock) AndAlso
SyntaxNodeExtensions.vb (4)
1140Case SyntaxKind.ConstructorBlock 1206SyntaxKind.ConstructorBlock 1264Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock, 1305Case SyntaxKind.SubBlock, SyntaxKind.FunctionBlock, SyntaxKind.ConstructorBlock,
VisualBasicAccessibilityFacts.vb (2)
60Case SyntaxKind.ConstructorBlock, 133Case SyntaxKind.ConstructorBlock
VisualBasicSyntaxFacts.vb (2)
619Return node.GetAncestors(Of StatementSyntax).Any(Function(s) s.Kind = SyntaxKind.ConstructorBlock) 1332SyntaxKind.ConstructorBlock,
VisualBasicSyntaxKinds.vb (1)
147Public ReadOnly Property ConstructorDeclaration As Integer = SyntaxKind.ConstructorBlock Implements ISyntaxKinds.ConstructorDeclaration
Microsoft.VisualStudio.LanguageServices.VisualBasic (11)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (2)
54Case SyntaxKind.ConstructorBlock, 144Case SyntaxKind.ConstructorBlock,
CodeModel\VisualBasicCodeModelService.NodeNameGenerator.vb (1)
212Case SyntaxKind.ConstructorBlock
CodeModel\VisualBasicCodeModelService.vb (8)
101SyntaxKind.ConstructorBlock, 195Case SyntaxKind.ConstructorBlock, 609Case SyntaxKind.ConstructorBlock, 649Case SyntaxKind.ConstructorBlock, 911Case SyntaxKind.ConstructorBlock 1037SyntaxKind.ConstructorBlock 3686SyntaxKind.ConstructorBlock, 3962Case SyntaxKind.ConstructorBlock