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)
661
if (
_next
!= null)
663
_current =
_next
;
664
_next =
_next
.Next;