1 write to Instance
System.Private.CoreLib (1)
System\RuntimeExceptionHelpers.cs (1)
23
Instance
= 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)
125
bool fatalOutOfMemory = ex == PreallocatedOutOfMemoryException.
Instance
;
System\RuntimeExceptionHelpers.cs (2)
59
Exception outOfMemoryException = PreallocatedOutOfMemoryException.
Instance
;
238
bool minimalFailFast = (exception == PreallocatedOutOfMemoryException.
Instance
);