2 references to _agingFactor
System.Data.Entity (2)
System\Data\Common\QueryCache\QueryCacheManager.cs (2)
261
private static readonly int AgingMaxIndex =
_agingFactor
.Length - 1;
310
cacheKeys[i].HitCount = cacheKeys[i].HitCount >>
_agingFactor
[agingIndex];