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