1 write to PageFileBytes
System.Diagnostics.Process (1)
System\Diagnostics\ProcessManager.Linux.cs (1)
99PageFileBytes = (long)procFsStatus.VmSwap,
2 references to PageFileBytes
System.Diagnostics.Process (2)
System\Diagnostics\Process.cs (2)
346return _processInfo!.PageFileBytes; 356return unchecked((int)_processInfo!.PageFileBytes);