3 references to LocalAlloc_NoSafeHandle
mscorlib (3)
system\runtime\interopservices\marshal.cs (3)
1192
IntPtr pNewMem = Win32Native.
LocalAlloc_NoSafeHandle
(LMEM_FIXED, unchecked(numBytes));
1249
IntPtr hglobal = Win32Native.
LocalAlloc_NoSafeHandle
(LMEM_FIXED, len);
1280
IntPtr hglobal = Win32Native.
LocalAlloc_NoSafeHandle
(LMEM_FIXED, len);