1 write to _hashtable
System.Web (1)
Util\SimpleRecyclingCache.cs (1)
33_hashtable = new Hashtable(MAX_SIZE, StringComparer.OrdinalIgnoreCase);
4 references to _hashtable
System.Web (4)
Util\SimpleRecyclingCache.cs (4)
38return _hashtable[key]; 43if (_hashtable.Count >= MAX_SIZE) 44_hashtable.Clear(); 46_hashtable[key] = value;