Home
last modified time | relevance | path

Searched refs:m_ProducersCancellationTokenSource (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/collections/concurrent/
H A DBlockingCollection.cs65 private CancellationTokenSource m_ProducersCancellationTokenSource; field in System.Collections.Concurrent.BlockingCollection
234 m_ProducersCancellationTokenSource = new CancellationTokenSource(); in Initialize()
435 cancellationToken, m_ProducersCancellationTokenSource.Token); in TryAddWithNoTimeValidation()
1114 tokensList.Add(collections[i].m_ProducersCancellationTokenSource.Token); in GetHandles()
1537 m_ProducersCancellationTokenSource.Cancel(); in CancelWaitingProducers()