3 references to HashSizeName
mscorlib (3)
system\collections\hashtable.cs (3)
1192
info.AddValue(
HashSizeName
, buckets.Length); //This is the length of the bucket array.
1242
case
HashSizeName
:
1243
hashsize = siInfo.GetInt32(
HashSizeName
);