2 references to OpenStaticThunk
System.Private.CoreLib (2)
System\Delegate.NativeAot.cs (2)
359internal IntPtr TryGetOpenStaticFunctionPointer() => GetThunk(OpenStaticThunk) == _methodPtr ? _extraFunctionPointerOrData : 0; 408IntPtr thunk = del.GetThunk(OpenStaticThunk);