8 writes to m_lastIndex
System.Core (8)
System\Collections\Generic\HashSet.cs (8)
113m_lastIndex = 0; 174m_lastIndex = source.m_lastIndex; 192m_lastIndex = index; 247m_lastIndex = 0; 309m_lastIndex = 0; 951m_lastIndex = newIndex; 1075m_lastIndex++; 1348m_lastIndex++;
21 references to m_lastIndex
System.Core (21)
System\Collections\Generic\HashSet.cs (21)
174m_lastIndex = source.m_lastIndex; 178int lastIndex = source.m_lastIndex; 240if (m_lastIndex > 0) { 245Array.Clear(m_slots, 0, m_lastIndex); 859for (int i = 0; i < m_lastIndex && numCopied < count; i++) { 879for (int i = 0; i < m_lastIndex; i++) { 936for (int i = 0; i < m_lastIndex; i++) { 1017Array.Copy(m_slots, 0, newSlots, 0, m_lastIndex); 1021for(int i = 0; i < m_lastIndex; i++) { 1029for (int i = 0; i < m_lastIndex; i++) { 1069if (m_lastIndex == m_slots.Length) { 1074index = m_lastIndex; 1158for (int i = 0; i < m_lastIndex; i++) { 1181int originalLastIndex = m_lastIndex; 1265int originalLastIndex = m_lastIndex; 1342if (m_lastIndex == m_slots.Length) { 1347index = m_lastIndex; 1404int originalLastIndex = m_lastIndex; 1568while (index < set.m_lastIndex) { 1576index = set.m_lastIndex + 1; 1589if (index == 0 || index == set.m_lastIndex + 1) {