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