3 references to LocalAlloc
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
37
base.handle = SafeNativeMethods.
LocalAlloc
(flags, (IntPtr)initialSize);
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
128
tokenStruct = SafeNativeMethods.
LocalAlloc
(DbBuffer.LMEM_FIXED, (IntPtr)bufferLength);
143
tokenStruct = SafeNativeMethods.
LocalAlloc
(DbBuffer.LMEM_FIXED, (IntPtr)bufferLength);