1 write to _producersCancellationTokenSource
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
218_producersCancellationTokenSource = new CancellationTokenSource();
4 references to _producersCancellationTokenSource
System.Collections.Concurrent (4)
System\Collections\Concurrent\BlockingCollection.cs (4)
208[MemberNotNull(nameof(_producersCancellationTokenSource))] 418cancellationToken, _producersCancellationTokenSource.Token); 1064tokensList.Add(c._producersCancellationTokenSource.Token); 1483_producersCancellationTokenSource.Cancel();