4 writes to dueTime
System.ServiceModel.Primitives (4)
Internals\System\Runtime\IOThreadTimer.cs (4)
408minTimer.dueTime = 0; 438timer.dueTime = 0; 488timer.dueTime = dueTime; 513timer.dueTime = dueTime;
13 references to dueTime
System.ServiceModel.Primitives (13)
Internals\System\Runtime\IOThreadTimer.cs (13)
154long timeDiff = dueTime - timer.dueTime; 278timerGroup.WaitableTimer.Set(timerQueue.MinTimer.dueTime); 298long timeDiff = timer.dueTime - now; 341long timeDiff = waitableTimer.DueTime - minTimer.dueTime; 348waitableTimer.Set(minTimer.dueTime); 473if (parent.dueTime > dueTime) 503timers[parentIndex].dueTime <= dueTime) 507timers[leftChildIndex].dueTime >= dueTime) 511timers[rightChildIndex].dueTime >= dueTime) 558if (rightChild.dueTime < leftChild.dueTime) 575if (lastTimer.dueTime > child.dueTime)