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