4 references to LocalAlloc
mscorlib (4)
system\security\principal\windowsidentity.cs (4)
954
safeLocalAllocHandle = Win32Native.
LocalAlloc
(Win32Native.LMEM_FIXED, ptrLength);
987
using (SafeLocalAllocHandle pSourceName = Win32Native.
LocalAlloc
(Win32Native.LPTR, ptrLength)) {
1038
using (SafeLocalAllocHandle pPackageName = Win32Native.
LocalAlloc
(Win32Native.LMEM_FIXED, ptrLength)) {
1074
using (SafeLocalAllocHandle logonInfoBuffer = Win32Native.
LocalAlloc
(Win32Native.LPTR, new UIntPtr(logonInfoSize))) {