10 references to ERROR_NOT_ENOUGH_MEMORY
mscorlib (10)
system\security\accesscontrol\privilege.cs (4)
123if ( error == Win32Native.ERROR_NOT_ENOUGH_MEMORY ) 303if ( error == Win32Native.ERROR_NOT_ENOUGH_MEMORY ) 568if ( error == Win32Native.ERROR_NOT_ENOUGH_MEMORY ) 659if ( error == Win32Native.ERROR_NOT_ENOUGH_MEMORY )
system\security\accesscontrol\securitydescriptor.cs (1)
666else if ( error == Win32Native.ERROR_NOT_ENOUGH_MEMORY )
system\security\accesscontrol\win32.cs (3)
62if ( errorCode == Win32Native.ERROR_NOT_ENOUGH_MEMORY ) 222if ( errorCode == Win32Native.ERROR_NOT_ENOUGH_MEMORY ) 378if ( errorCode == Win32Native.ERROR_NOT_ENOUGH_MEMORY )
system\security\cryptography\utils.cs (1)
270if (error == Win32Native.ERROR_NOT_ENOUGH_MEMORY)
system\security\principal\sid.cs (1)
418else if ( Error == Win32Native.ERROR_NOT_ENOUGH_MEMORY )