1 reference to MIN_PAGES_INCREMENT
System.Runtime.Caching (1)
System\Runtime\Caching\CacheUsage.cs (1)
375
newLength = Math.Max(oldLength +
MIN_PAGES_INCREMENT
, newLength);