3 writes to _next
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
754
_next
= root;
770
_next
= _next.Next;
781
_next
= curr.Next;
3 references to _next
Microsoft.CodeAnalysis (3)
Collections\SmallDictionary.cs (3)
767
if (
_next
!= null)
769
_current =
_next
;
770
_next =
_next
.Next;