2 writes to pageFileBytesPeak
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
979
processInfo.
pageFileBytesPeak
= value;
1160
processInfo.
pageFileBytesPeak
= (long)pi.PeakPagefileUsage;
2 references to pageFileBytesPeak
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
648
return unchecked((int)processInfo.
pageFileBytesPeak
);
657
return processInfo.
pageFileBytesPeak
;