5 writes to index
System.Core (5)
System\Collections\Generic\HashSet.cs (5)
1555index = 0; 1571index++; 1574index++; 1576index = set.m_lastIndex + 1; 1601index = 0;
5 references to index
System.Core (5)
System\Collections\Generic\HashSet.cs (5)
1568while (index < set.m_lastIndex) { 1569if (set.m_slots[index].hashCode >= 0) { 1570current = set.m_slots[index].value; 1589if (index == 0 || index == set.m_lastIndex + 1) {