3 writes to _next
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
530_next = root; 547_next = _next.Next; 558_next = curr.Next;
3 references to _next
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
544if (_next != null) 546_current = _next; 547_next = _next.Next;