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