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