3 references to ElementInit
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs (1)
172newInits[i] = new ElementInit(_inits[i].AddMethod, new TrueReadOnlyCollection<Expression>(cr[0, -1]!));
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
665newInits[i] = new ElementInit(inits[i].AddMethod, new TrueReadOnlyCollection<Expression>(cr[0, -1]!));
System\Linq\Expressions\ElementInit.cs (1)
99return new ElementInit(addMethod, argumentsRO);