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