2 instantiations of TimerGroup
System.ServiceModel.Primitives (2)
Internals\System\Runtime\IOThreadTimer.cs (2)
113stableTimerGroup = new TimerGroup(); 114volatileTimerGroup = new TimerGroup();
13 references to TimerGroup
System.ServiceModel.Primitives (13)
Internals\System\Runtime\IOThreadTimer.cs (13)
41private TimerGroup timerGroup; 105private TimerGroup stableTimerGroup; 106private TimerGroup volatileTimerGroup; 131public TimerGroup StableTimerGroup 138public TimerGroup VolatileTimerGroup 164TimerGroup timerGroup = timer.timerGroup; 196TimerGroup timerGroup = timer.timerGroup; 207TimerGroup otherTimerGroup = GetOtherTimerGroup(timerGroup); 238private TimerGroup GetOtherTimerGroup(TimerGroup timerGroup) 269private void ReactivateWaitableTimer(TimerGroup timerGroup) 292private void ScheduleElapsedTimers(TimerGroup timerGroup, long now) 337private void UpdateWaitableTimer(TimerGroup timerGroup)