2 references to MAX_SIZE
System.Web (2)
Util\SimpleRecyclingCache.cs (2)
33
_hashtable = new Hashtable(
MAX_SIZE
, StringComparer.OrdinalIgnoreCase);
43
if (_hashtable.Count >=
MAX_SIZE
)