2 writes to _timer
System.Web (2)
IdleTimeoutMonitor.cs (2)
25
_timer
= new Timer(new TimerCallback(this.TimerCompletionCallback), null, _timerPeriod, _timerPeriod);
35
_timer
= null;
3 references to _timer
System.Web (3)
IdleTimeoutMonitor.cs (3)
31
if (
_timer
!= null) {
33
if (
_timer
!= null) {
34
((IDisposable)
_timer
).Dispose();