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