1 write to Instance
System.Private.CoreLib (1)
System\RuntimeExceptionHelpers.cs (1)
23Instance = new OutOfMemoryException(message: null); // Cannot call the nullary constructor as that triggers non-trivial resource manager logic.
3 references to Instance
System.Private.CoreLib (3)
System\Exception.NativeAot.cs (1)
125bool fatalOutOfMemory = ex == PreallocatedOutOfMemoryException.Instance;
System\RuntimeExceptionHelpers.cs (2)
59Exception outOfMemoryException = PreallocatedOutOfMemoryException.Instance; 238bool minimalFailFast = (exception == PreallocatedOutOfMemoryException.Instance);