4 references to PreallocatedOutOfMemoryException
System.Private.CoreLib (4)
Internal\Runtime\CompilerHelpers\LibraryInitializer.cs (1)
20PreallocatedOutOfMemoryException.Initialize();
System\Exception.NativeAot.cs (1)
125bool fatalOutOfMemory = ex == PreallocatedOutOfMemoryException.Instance;
System\RuntimeExceptionHelpers.cs (2)
59Exception outOfMemoryException = PreallocatedOutOfMemoryException.Instance; 238bool minimalFailFast = (exception == PreallocatedOutOfMemoryException.Instance);