4 references to ObjectArrayThunk
System.Private.CoreLib (4)
System\Delegate.cs (4)
254
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(
ObjectArrayThunk
)))
274
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(
ObjectArrayThunk
)))
326
_methodPtr == GetThunk(
ObjectArrayThunk
))
382
IntPtr objArrayThunk = del.GetThunk(Delegate.
ObjectArrayThunk
);