2 writes to m_siInfo
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
203m_siInfo = info; 421m_siInfo = null;
5 references to m_siInfo
System.Core (5)
System\Collections\Generic\HashSet.cs (5)
389if (m_siInfo == null) { 397int capacity = m_siInfo.GetInt32(CapacityName); 398m_comparer = (IEqualityComparer<T>)m_siInfo.GetValue(ComparerName, typeof(IEqualityComparer<T>)); 405T[] array = (T[])m_siInfo.GetValue(ElementsName, typeof(T[])); 420m_version = m_siInfo.GetInt32(VersionName);