4 references to BoundObjectCreationExpression
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter_TupleCreationExpression.cs (2)
67
BoundObjectCreationExpression currentCreation = new
BoundObjectCreationExpression
(syntax, smallestConstructor, smallestCtorArguments);
94
currentCreation = new
BoundObjectCreationExpression
(syntax, constructor, ctorArguments);
Lowering\SyntheticBoundNodeFactory.cs (2)
747
=> new
BoundObjectCreationExpression
(Syntax, ctor, args) { WasCompilerGenerated = true };
767
return new
BoundObjectCreationExpression
(Syntax, ctor, args) { WasCompilerGenerated = true };