4 writes to current
System.Core (4)
System\Collections\Generic\HashSet.cs (4)
1557
current
= default(T);
1570
current
= set.m_slots[index].value;
1577
current
= default(T);
1602
current
= default(T);
1 reference to current
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
1583
return
current
;