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