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