3 writes to _timer
System.Web (3)
Management\webeventbuffer.cs (3)
259_timer = new System.Threading.Timer(new TimerCallback(this.FlushTimerCallback), 500_timer = null; 585_timer = null;
5 references to _timer
System.Web (5)
Management\webeventbuffer.cs (5)
258if (_timer == null) { 263_timer.Change(waitTimeMs, Timeout.Infinite); 499((IDisposable)_timer).Dispose(); 583if (_timer != null) { 584_timer.Dispose();