7 references to Wait
System.Core (7)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
169m_barrier.Wait(m_cancellationToken);
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
177m_barrier.Wait(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
166m_sharedLatch.Wait(m_cancelToken);
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
217m_sharedBarrier.Wait(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
219m_sharedBarrier.Wait(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
233m_sharedBarrier.Wait(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
336m_sharedBarrier.Wait(m_cancellationToken);