2 writes to VmSwap
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (2)
109valueParsed = ulong.TryParse(value[..^3], out results.VmSwap); 132results.VmSwap *= 1024;