1 write to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1186
_hashtable
= hashtable;
6 references to _hashtable
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (6)
1196
if (array.Length - arrayIndex <
_hashtable
._count)
1198
_hashtable
.CopyKeys(array, arrayIndex);
1203
return new HashtableEnumerator(
_hashtable
, HashtableEnumerator.Keys);
1206
public bool IsSynchronized =>
_hashtable
.IsSynchronized;
1208
public object SyncRoot =>
_hashtable
.SyncRoot;
1210
public int Count =>
_hashtable
._count;