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