3 references to TryDequeue
System.Core (3)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (3)
107if (!m_done[index] && m_channels[index].TryDequeue(ref m_currentElement)) 135if (!isDone && current.TryDequeue(ref m_currentElement)) 155bool dequeueResult = current.TryDequeue(ref m_currentElement);