1 write to volatileTimerGroup
System.ServiceModel.Internals (1)
System\Runtime\IOThreadTimer.cs (1)
133this.volatileTimerGroup = new TimerGroup();
7 references to volatileTimerGroup
System.ServiceModel.Internals (7)
System\Runtime\IOThreadTimer.cs (7)
134this.waitableTimers = new WaitableTimer[] { this.stableTimerGroup.WaitableTimer, this.volatileTimerGroup.WaitableTimer }; 161return this.volatileTimerGroup; 253if (object.ReferenceEquals(timerGroup, this.volatileTimerGroup)) 259return this.volatileTimerGroup; 279ReactivateWaitableTimer(this.volatileTimerGroup); 299ScheduleElapsedTimers(this.volatileTimerGroup, now); 330this.volatileTimerGroup.TimerQueue.Count > 0)