2 writes to _timer
System.Data.Entity (2)
System\Data\Common\QueryCache\QueryCacheManager.cs (2)
379
this.
_timer
= new Timer(QueryCacheManager.CacheRecyclerHandler, _cacheManager, _period, _period);
404
this.
_timer
= null;
7 references to _timer
System.Data.Entity (7)
System\Data\Common\QueryCache\QueryCacheManager.cs (7)
377
if (
_timer
== null)
401
if (this.
_timer
!= null)
403
this.
_timer
.Dispose();
430
if (this.
_timer
!= null)
432
this.
_timer
.Change(Timeout.Infinite, Timeout.Infinite);
452
if (this.
_timer
!= null)
454
this.
_timer
.Change(this._period, this._period);