Home
last modified time | relevance | path

Searched defs:UnsafeAddrOfPinnedArrayElement (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/tests/UnitTests/
H A DFakeMarshal.cs51 public static IntPtr UnsafeAddrOfPinnedArrayElement<T>(T[] arr, int index) in UnsafeAddrOfPinnedArrayElement() method in System.Net.Http.Marshal
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DPInvokeMarshal.cs163 public static unsafe IntPtr UnsafeAddrOfPinnedArrayElement(Array arr, int index) in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.PInvokeMarshal
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.InteropServices/
H A DMarshalTest.cs207 public unsafe void UnsafeAddrOfPinnedArrayElement () in UnsafeAddrOfPinnedArrayElement() method in MonoTests.System.Runtime.InteropServices.MarshalTest
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/
H A DMarshal.cs1388 public static IntPtr UnsafeAddrOfPinnedArrayElement(Array arr, int index) in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
1393 public static IntPtr UnsafeAddrOfPinnedArrayElement<T>(T[] arr, int index) in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DMarshal.cs1245 public extern static IntPtr UnsafeAddrOfPinnedArrayElement (Array arr, int index); in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
1247 public static IntPtr UnsafeAddrOfPinnedArrayElement<T> (T[] arr, int index) { in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Dmarshal.cs314 public static extern IntPtr UnsafeAddrOfPinnedArrayElement(Array arr, int index); in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
317 public static IntPtr UnsafeAddrOfPinnedArrayElement<T>(T[] arr, int index) in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.InteropServices/ref/
H A DSystem.Runtime.InteropServices.cs653 …public static System.IntPtr UnsafeAddrOfPinnedArrayElement(System.Array arr, int index) { throw nu… in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
654 … public static System.IntPtr UnsafeAddrOfPinnedArrayElement<T>(T[] arr, int index) { throw null; } in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs11643 ….MethodImplOptions.InternalCall)]public static System.IntPtr UnsafeAddrOfPinnedArrayElement(System… in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs12877 ….MethodImplOptions.InternalCall)]public static System.IntPtr UnsafeAddrOfPinnedArrayElement(System… in UnsafeAddrOfPinnedArrayElement() method in System.Runtime.InteropServices.Marshal