3 writes to _next
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
648_next = root; 664_next = _next.Next; 675_next = curr.Next;
3 references to _next
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
661if (_next != null) 663_current = _next; 664_next = _next.Next;