4 references to ERROR_NOT_ENOUGH_MEMORY
System (4)
compmod\system\codedom\compiler\Executor.cs (1)
321if (err == NativeMethods.ERROR_NOT_ENOUGH_MEMORY)
net\System\Net\_WinHttpWebProxyDataBuilder.cs (1)
50if (errorCode == Microsoft.Win32.NativeMethods.ERROR_NOT_ENOUGH_MEMORY)
net\System\Net\WinHttpWebProxyFinder.cs (1)
246if (errorCode == NativeMethods.ERROR_NOT_ENOUGH_MEMORY)
services\monitoring\system\diagnosticts\Process.cs (1)
2253case NativeMethods.SE_ERR_OOM: error = NativeMethods.ERROR_NOT_ENOUGH_MEMORY; break;