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)
772if (_next != null) 774_current = _next; 775_next = _next.Next;