2 references to GetArrayAddressMethod
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (2)
176MethodInfo mi = TypeUtils.GetArrayAddressMethod(node.Object.Type); 202MethodInfo address = TypeUtils.GetArrayAddressMethod(node.Object!.Type);