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