1 write to _hashtable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1221
_hashtable
= hashtable;
6 references to _hashtable
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (6)
1231
if (array.Length - arrayIndex <
_hashtable
._count)
1233
_hashtable
.CopyValues(array, arrayIndex);
1238
return new HashtableEnumerator(
_hashtable
, HashtableEnumerator.Values);
1241
public bool IsSynchronized =>
_hashtable
.IsSynchronized;
1243
public object SyncRoot =>
_hashtable
.SyncRoot;
1245
public int Count =>
_hashtable
._count;