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