20 references to BoundObjectCreationExpression
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Invocation.vb (1)
3273
defaultArgument = New
BoundObjectCreationExpression
(syntax, methodSymbol,
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
521
New
BoundObjectCreationExpression
(syntaxNode, constructor, args, Nothing, frameType),
Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb (1)
54
Dim result As BoundExpression = New
BoundObjectCreationExpression
(
Lowering\LocalRewriter\LocalRewriter_Constant.vb (3)
93
Return New
BoundObjectCreationExpression
(
122
Return New
BoundObjectCreationExpression
(
171
Return New
BoundObjectCreationExpression
(
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (2)
1067
result = New
BoundObjectCreationExpression
(
1206
result = New
BoundObjectCreationExpression
(
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (2)
216
Dim newFlagInstance = New
BoundObjectCreationExpression
(syntax,
284
New
BoundObjectCreationExpression
(syntax,
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (2)
23
Return New
BoundObjectCreationExpression
(expr.Syntax,
269
Return New
BoundObjectCreationExpression
(syntax,
Lowering\LocalRewriter\LocalRewriter_TupleLiteralExpression.vb (2)
63
Dim currentCreation As BoundObjectCreationExpression = New
BoundObjectCreationExpression
(syntax, smallestConstructor, smallestCtorArguments, initializerOpt:=Nothing, type:=smallestType)
88
currentCreation = New
BoundObjectCreationExpression
(syntax, constructor, ctorArguments, initializerOpt:=Nothing, type:=constructor.ContainingType)
Lowering\SyntheticBoundNodeFactory.vb (2)
467
Dim boundNode = New
BoundObjectCreationExpression
(_syntax, ctor, ImmutableArray.Create(args), Nothing, ctor.ContainingType)
473
Dim boundNode = New
BoundObjectCreationExpression
(_syntax,
Symbols\Source\SynthesizedEntryPointSymbol.vb (2)
275
New
BoundObjectCreationExpression
(
366
New
BoundObjectCreationExpression
(
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
CompilationContext.vb (1)
484
Dim expression = New
BoundObjectCreationExpression
(syntax, type.InstanceConstructors(0), ImmutableArray(Of BoundExpression).Empty, Nothing, type)
Rewriters\LocalDeclarationRewriter.vb (1)
73
Dim customTypeInfoPayloadId = New
BoundObjectCreationExpression
(syntax, Nothing, ImmutableArray(Of BoundExpression).Empty, Nothing, guidType)