5 references to RefreshMemoryStatus
System.Private.CoreLib (5)
System\GC.NativeAot.cs (5)
902
RefreshMemoryStatus
status = (
RefreshMemoryStatus
)RuntimeImports.RhRefreshMemoryLimit(heapHardLimitInfo);
905
case
RefreshMemoryStatus
.HardLimitTooLow:
907
case
RefreshMemoryStatus
.HardLimitInvalid:
910
Debug.Assert(status ==
RefreshMemoryStatus
.Succeeded);