6 references to Stop
System.Data.Entity (6)
System\Data\Common\QueryCache\QueryCacheManager.cs (6)
316_evictionTimer.Stop(); 341if (this._evictionTimer.Stop()) 386/// It will no longer generate periodic callbacks and further calls to <see cref="Suspend"/>, <see cref="Resume"/>, or <see cref="Stop"/>, 390/// If this eviction timer has already been stopped (using the <see cref="Stop"/> method), returns <c>false</c>; 418/// If this eviction timer has already been stopped (using the <see cref="Stop"/> method), returns <c>false</c>; 443/// Causes this eviction timer to generate periodic callbacks, provided it has not been permanently stopped (using the <see cref="Stop"/> method).