3 references to HeapSizeBytes
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
222return mi.HeapSizeBytes - mi.FragmentedBytes;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\RuntimeEventSource.cs (2)
94return gcInfo.HeapSizeBytes != 0 ? gcInfo.FragmentedBytes * 100d / gcInfo.HeapSizeBytes : 0;