2 references to CapacityName
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
374
info.AddValue(
CapacityName
, m_buckets == null ? 0 : m_buckets.Length);
397
int capacity = m_siInfo.GetInt32(
CapacityName
);