Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropTypes.cs23 public static MetadataType GetCriticalHandle(TypeSystemContext context) in GetCriticalHandle() method in Internal.TypeSystem.Interop.InteropTypes
50 return IsOrDerivesFromType(type, GetCriticalHandle(context)); in IsCriticalHandle()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/InteropExtensions/
H A DInteropExtensions.cs451 public static IntPtr GetCriticalHandle(CriticalHandle criticalHandle) in GetCriticalHandle() method in System.Runtime.InteropServices.InteropExtensions
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DInteropExtensions.cs442 public static IntPtr GetCriticalHandle(CriticalHandle criticalHandle) in GetCriticalHandle() method in System.Runtime.InteropServices.InteropExtensions
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgMarshal.cs157 return InteropExtensions.GetCriticalHandle(criticalHandle); in GetHandle()