1 write to stableTimerGroup
System.ServiceModel.Internals (1)
System\Runtime\IOThreadTimer.cs (1)
132this.stableTimerGroup = new TimerGroup();
6 references to stableTimerGroup
System.ServiceModel.Internals (6)
System\Runtime\IOThreadTimer.cs (6)
134this.waitableTimers = new WaitableTimer[] { this.stableTimerGroup.WaitableTimer, this.volatileTimerGroup.WaitableTimer }; 154return this.stableTimerGroup; 255return this.stableTimerGroup; 278ReactivateWaitableTimer(this.stableTimerGroup); 298ScheduleElapsedTimers(this.stableTimerGroup, now); 329if (this.stableTimerGroup.TimerQueue.Count > 0 ||