3 writes to _next
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
648
_next
= root;
664
_next
= _next.Next;
675
_next
= curr.Next;
3 references to _next
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
661
if (
_next
!= null)
663
_current =
_next
;
664
_next =
_next
.Next;