5 references to ERROR_NOT_ALL_ASSIGNED
mscorlib (5)
system\security\accesscontrol\privilege.cs (3)
530else if ( Win32Native.ERROR_NOT_ALL_ASSIGNED == Marshal.GetLastWin32Error()) 532error = Win32Native.ERROR_NOT_ALL_ASSIGNED; 564if ( error == Win32Native.ERROR_NOT_ALL_ASSIGNED )
system\security\accesscontrol\win32.cs (2)
171else if (errorCode == Win32Native.ERROR_NOT_ALL_ASSIGNED || 342if (errorCode == Win32Native.ERROR_NOT_ALL_ASSIGNED ||