4 references to ObjectArrayThunk
System.Private.CoreLib (4)
System\Delegate.cs (4)
267
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(
ObjectArrayThunk
)))
287
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr == GetThunk(
ObjectArrayThunk
)))
339
_methodPtr == GetThunk(
ObjectArrayThunk
))
395
IntPtr objArrayThunk = del.GetThunk(Delegate.
ObjectArrayThunk
);