2 references to OpenStaticThunk
System.Private.CoreLib (2)
System\Delegate.cs (2)
374
internal IntPtr TryGetOpenStaticFunctionPointer() => (GetThunk(
OpenStaticThunk
) == _functionPointer) ? _extraFunctionPointerOrData : 0;
428
IntPtr thunk = del.GetThunk(Delegate.
OpenStaticThunk
);