4 references to PreallocatedOutOfMemoryException
System.Private.CoreLib (4)
Internal\Runtime\CompilerHelpers\LibraryInitializer.cs (1)
20
PreallocatedOutOfMemoryException
.Initialize();
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);