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