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