3 writes to _next
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
530
_next
= root;
547
_next
= _next.Next;
558
_next
= curr.Next;
3 references to _next
Metrics.Legacy (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
544
if (
_next
!= null)
546
_current =
_next
;
547
_next =
_next
.Next;