Home
last modified time | relevance | path

Searched refs:ClosedStaticThunk (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/
H A DDelegateInfo.cs246 case DelegateThunkKind.ClosedStaticThunk:
269 ClosedStaticThunk = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs68 protected const int ClosedStaticThunk = 1; field in System.Delegate
265 m_functionPointer = GetThunk(ClosedStaticThunk); in InitializeClosedStaticWithoutThunk()
336 Debug.Assert(m_functionPointer == GetThunk(ClosedStaticThunk)); in SetClosedStaticFirstParameter()
764 if (m_functionPointer == GetThunk(ClosedStaticThunk) ||
872 IntPtr thunk = del.GetThunk(Delegate.ClosedStaticThunk); in CreateDelegate()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DDelegateCreationInfo.cs215 invokeThunk = delegateInfo.Thunks[DelegateThunkKind.ClosedStaticThunk]; in Create()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DCallConverterThunk.cs185 private const int ClosedStaticThunk = 1; field in Internal.Runtime.TypeLoader.CallConverterThunk
305 case ClosedStaticThunk: in GetDelegateThunk()