1 write to hashtable
mscorlib (1)
system\collections\dictionarybase.cs (1)
25hashtable = new Hashtable();
4 references to hashtable
mscorlib (4)
system\collections\dictionarybase.cs (4)
24if (hashtable == null) 26return hashtable; 36get { return hashtable == null ? 0 : hashtable.Count; }