2 references to HashSizeName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
387
info.AddValue(
HashSizeName
, _buckets == null ? 0 : _buckets.Length); // This is the length of the bucket array
1211
int hashsize = siInfo.GetInt32(
HashSizeName
);