1 write to _evictionTimer
System.Data.Entity (1)
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
120this._evictionTimer = new EvictionTimer(this, recycleMillis);
5 references to _evictionTimer
System.Data.Entity (5)
System\Data\Common\QueryCache\QueryCacheManager.cs (5)
154_evictionTimer.Start(); 269if (!this._evictionTimer.Suspend()) 316_evictionTimer.Stop(); 323this._evictionTimer.Resume(); 341if (this._evictionTimer.Stop())