2 overrides of Next
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
142public override Node Next { get; } 155public override Node Next => next;
9 references to Next
Microsoft.CodeAnalysis (9)
Collections\SmallDictionary.cs (9)
232return GetFromList(b.Next, key, out value!); 245next = next.Next; 467currentNode = currentNode.Next; 547_next = _next.Next; 558_next = curr.Next; 664_next = _next.Next; 675_next = curr.Next; 770_next = _next.Next; 781_next = curr.Next;