4 references to ObjectArrayThunk
System.Private.CoreLib (4)
System\Delegate.cs (4)
269
if ((_firstParameter is NativeFunctionPointerWrapper) || (_functionPointer == GetThunk(
ObjectArrayThunk
)))
289
if ((_firstParameter is NativeFunctionPointerWrapper) || (_functionPointer == GetThunk(
ObjectArrayThunk
)))
341
_functionPointer == GetThunk(
ObjectArrayThunk
))
397
IntPtr objArrayThunk = del.GetThunk(Delegate.
ObjectArrayThunk
);