2 references to CapacityName
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
706
info.AddValue(
CapacityName
, _buckets == null ? 0 : _buckets.Length);
731
int capacity = siInfo.GetInt32(
CapacityName
);