2 writes to _timer
System.Web (2)
State\SessionStateModule.cs (2)
1036
_timer
= new Timer(_timerCallback, _timerId, LOCKED_ITEM_POLLING_INTERVAL, LOCKED_ITEM_POLLING_INTERVAL);
1109
_timer
= null;
6 references to _timer
System.Web (6)
State\SessionStateModule.cs (6)
474
if (
_timer
!= null) {
475
((IDisposable)
_timer
).Dispose();
1024
if (
_timer
== null) {
1107
if (
_timer
!= null) {
1108
((IDisposable)
_timer
).Dispose();
1206
Debug.Assert(
_timer
!= null, "_timer != null");