1 write to m_ConsumersCancellationTokenSource
System (1)
sys\system\collections\concurrent\BlockingCollection.cs (1)
233
m_ConsumersCancellationTokenSource
= new CancellationTokenSource();
4 references to m_ConsumersCancellationTokenSource
System (4)
sys\system\collections\concurrent\BlockingCollection.cs (4)
711
m_ConsumersCancellationTokenSource
.Token);
1126
tokensList.Add(collections[i].
m_ConsumersCancellationTokenSource
.Token);
1532
m_ConsumersCancellationTokenSource
.Cancel();
1675
linkedTokenSource = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
m_ConsumersCancellationTokenSource
.Token);