2 writes to workingSet
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
976processInfo.workingSet = value; 1159processInfo.workingSet = (long)pi.WorkingSetSize;
2 references to workingSet
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
1205return unchecked((int)processInfo.workingSet); 1215return processInfo.workingSet;