3 references to GetArraySetMethod
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
345
_ilg.Emit(OpCodes.Call, TypeUtils.
GetArraySetMethod
(arrayType));
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
636
_instructions.EmitCall(TypeUtils.
GetArraySetMethod
(index.Object!.Type));
2380
return new IndexMethodByRefUpdater(objTmp, indexLocals, TypeUtils.
GetArraySetMethod
(array.Type), index);