1 write to _consumersCancellationTokenSource
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
217
_consumersCancellationTokenSource
= new CancellationTokenSource();
5 references to _consumersCancellationTokenSource
System.Collections.Concurrent (5)
System\Collections\Concurrent\BlockingCollection.cs (5)
207
[MemberNotNull(nameof(
_consumersCancellationTokenSource
))]
667
linkedTokenSource ??= CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_consumersCancellationTokenSource
.Token);
1076
tokensList.Add(collections[i].
_consumersCancellationTokenSource
.Token);
1478
_consumersCancellationTokenSource
.Cancel();
1619
using CancellationTokenSource linkedTokenSource = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_consumersCancellationTokenSource
.Token);