3 writes to _next
Test.Utilities (3)
SmallDictionary.cs (3)
865
_next
= root;
881
_next
= _next.Next;
892
_next
= curr.Next;
3 references to _next
Test.Utilities (3)
SmallDictionary.cs (3)
878
if (
_next
!= null)
880
_current =
_next
;
881
_next =
_next
.Next;