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)); 2380return new IndexMethodByRefUpdater(objTmp, indexLocals, TypeUtils.GetArraySetMethod(array.Type), index);