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