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