4 references to COR_E_OUTOFMEMORY
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (3)
19HResult = HResults.COR_E_OUTOFMEMORY; 25HResult = HResults.COR_E_OUTOFMEMORY; 31HResult = HResults.COR_E_OUTOFMEMORY;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
830case HResults.COR_E_OUTOFMEMORY: