4 references to Add
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentBag.cs (4)
723Interlocked.Exchange(ref _currentOp, Operation.Add); 746Interlocked.Exchange(ref _currentOp, Operation.Add); // ensure subsequent reads aren't reordered before this 972if ((head - (_tailIndex - 2) >= 0) && _currentOp == Operation.Add) 979while (_currentOp == Operation.Add);