3 writes to _next
Test.Utilities (3)
SmallDictionary.cs (3)
759
_next
= root;
775
_next
= _next.Next;
786
_next
= curr.Next;
3 references to _next
Test.Utilities (3)
SmallDictionary.cs (3)
772
if (
_next
!= null)
774
_current =
_next
;
775
_next =
_next
.Next;