15 references to GetThunk
System.Private.CoreLib (15)
System\Delegate.cs (15)
92
if (
GetThunk
(OpenInstanceThunk) == _methodPtr)
134
_methodPtr =
GetThunk
(ClosedInstanceThunkOverGenericMethod);
161
_methodPtr =
GetThunk
(ClosedInstanceThunkOverGenericMethod);
191
_methodPtr =
GetThunk
(ClosedInstanceThunkOverGenericMethod);
254
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr ==
GetThunk
(ObjectArrayThunk)))
274
if ((_target is NativeFunctionPointerWrapper) || (_methodPtr ==
GetThunk
(ObjectArrayThunk)))
324
if (_methodPtr ==
GetThunk
(ClosedStaticThunk) ||
325
_methodPtr ==
GetThunk
(ClosedInstanceThunkOverGenericMethod) ||
326
_methodPtr ==
GetThunk
(ObjectArrayThunk))
359
internal IntPtr TryGetOpenStaticFunctionPointer() => (
GetThunk
(OpenStaticThunk) == _methodPtr) ? _extraFunctionPointerOrData : 0;
382
IntPtr objArrayThunk = del.
GetThunk
(Delegate.ObjectArrayThunk);
413
IntPtr thunk = del.
GetThunk
(Delegate.OpenStaticThunk);
418
IntPtr thunk = del.
GetThunk
(Delegate.ClosedStaticThunk);
426
IntPtr thunk = del.
GetThunk
(Delegate.OpenInstanceThunk);
444
result._methodPtr = thisIsMultiCastAlready ? _methodPtr :
GetThunk
(MulticastThunk);