1 write to _hashtable
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
21
protected Hashtable InnerHashtable =>
_hashtable
??= new Hashtable();
2 references to _hashtable
System.Collections.NonGeneric (2)
System\Collections\DictionaryBase.cs (2)
31
get { return
_hashtable
== null ? 0 :
_hashtable
.Count; }