Home
last modified time | relevance | path

Searched refs:OpenStaticThunk (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.cs242 case DelegateThunkKind.OpenStaticThunk:
270 OpenStaticThunk = 2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs69 protected const int OpenStaticThunk = 2; field in System.Delegate
283 m_functionPointer = GetThunk(OpenStaticThunk); in InitializeOpenStaticWithoutThunk()
812 return GetThunk(OpenStaticThunk) == m_functionPointer;
867 IntPtr thunk = del.GetThunk(Delegate.OpenStaticThunk); in CreateDelegate()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DDelegateCreationInfo.cs209 invokeThunk = delegateInfo.Thunks[DelegateThunkKind.OpenStaticThunk]; in Create()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DCallConverterThunk.cs186 private const int OpenStaticThunk = 2; field in Internal.Runtime.TypeLoader.CallConverterThunk
308 case OpenStaticThunk: in GetDelegateThunk()