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