3 writes to currentPriority
System (3)
services\monitoring\system\diagnosticts\ProcessManager.cs (3)
392
threadInfo.
currentPriority
= thread.tpBasePri + thread.tpDeltaPri;
905
threadInfo.
currentPriority
= (int)value;
1214
threadInfo.
currentPriority
= ti.Priority;
1 reference to currentPriority
System (1)
services\monitoring\system\diagnosticts\ProcessThread.cs (1)
91
return threadInfo.
currentPriority
;