2 writes to _timer
System.Web (2)
RequestQueue.cs (2)
140
_timer
= new Timer(new TimerCallback(this.TimerCompletionCallback), null, _timerPeriod, _timerPeriod);
269
_timer
= null;
2 references to _timer
System.Web (2)
RequestQueue.cs (2)
267
if (
_timer
!= null) {
268
((IDisposable)
_timer
).Dispose();