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