3 references to MIN_LOAD_FACTOR
System.Runtime.Caching (3)
System\Runtime\Caching\CacheUsage.cs (3)
274
Debug.Assert(
MIN_LOAD_FACTOR
< 1.0, "MIN_LOAD_FACTOR < 1.0");
276
_minEntriesInUse = (int)(capacity *
MIN_LOAD_FACTOR
);
428
int meanFree = (int)(NUM_ENTRIES - (NUM_ENTRIES *
MIN_LOAD_FACTOR
));