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