1 write to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1505
_hashtable
= hashtable;
1 reference to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1509
public DebugViewDictionaryItem<object, object?>[] Items =>
_hashtable
.ToDebugViewDictionaryItemArray();