2 references to _timerPeriod
System.Web (2)
RequestQueue.cs (2)
140
_timer = new Timer(new TimerCallback(this.TimerCompletionCallback), null,
_timerPeriod
,
_timerPeriod
);