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