1 write to stableTimerGroup
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadTimer.cs (1)
113stableTimerGroup = new TimerGroup();
8 references to stableTimerGroup
System.ServiceModel.Primitives (8)
Internals\System\Runtime\IOThreadTimer.cs (8)
115waitableTimers = new WaitableTimer[] { stableTimerGroup.WaitableTimer, volatileTimerGroup.WaitableTimer }; 135return stableTimerGroup; 148stableTimerGroup.WaitableTimer.Kill(); 242return stableTimerGroup; 265ReactivateWaitableTimer(stableTimerGroup); 288ScheduleElapsedTimers(stableTimerGroup, now); 326if (this.stableTimerGroup.WaitableTimer.dead && 330if (this.stableTimerGroup.TimerQueue.Count > 0 ||