3 references to LMEM_FIXED
mscorlib (3)
microsoft\win32\win32native.cs (1)
396internal const int LPTR = (LMEM_FIXED | LMEM_ZEROINIT);
system\security\principal\windowsidentity.cs (2)
954safeLocalAllocHandle = Win32Native.LocalAlloc(Win32Native.LMEM_FIXED, ptrLength); 1038using (SafeLocalAllocHandle pPackageName = Win32Native.LocalAlloc(Win32Native.LMEM_FIXED, ptrLength)) {