6 references to GetArrayGetMethod
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (1)
174node.Method == TypeUtils.GetArrayGetMethod(node.Object.Type))
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
317_ilg.Emit(OpCodes.Call, TypeUtils.GetArrayGetMethod(arrayType));
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
597_instructions.EmitCall(TypeUtils.GetArrayGetMethod(index.Object!.Type)); 2341call.Method == TypeUtils.GetArrayGetMethod(call.Object.Type)) 2378_instructions.EmitCall(TypeUtils.GetArrayGetMethod(array.Type));
System\Linq\Expressions\MethodCallExpression.cs (1)
1437MethodInfo mi = TypeUtils.GetArrayGetMethod(array.Type);