1 write to _next
Microsoft.CodeAnalysis (1)
Collections\SmallConcurrentSetOfInts.cs (1)
104nextSet = Interlocked.CompareExchange(ref set._next, tail, null);
2 references to _next
Microsoft.CodeAnalysis (2)
Collections\SmallConcurrentSetOfInts.cs (2)
66current = current._next; 98var nextSet = set._next;