2 writes to pageFileBytes
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
982processInfo.pageFileBytes = value; 1161processInfo.pageFileBytes = (long)pi.PagefileUsage;
2 references to pageFileBytes
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
600return unchecked((int)processInfo.pageFileBytes); 609return processInfo.pageFileBytes;