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)
878if (_next != null) 880_current = _next; 881_next = _next.Next;