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