1 write to _totalCountBeforeTrim
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
153_totalCountBeforeTrim = totalCountBeforeTrim;
1 reference to _totalCountBeforeTrim
System.Runtime.Caching (1)
System\Caching\MemoryCacheStatistics.cs (1)
162_lastTrimPercent = (int)((_lastTrimCount * 100L) / _totalCountBeforeTrim);