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