4 references to Count
System.Linq.Parallel (4)
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (2)
310if (_producerHeap.Count == 0) 344return _producerHeap.Count > 0;
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (2)
257return _sharedIndices.Count == 0 268if (_sharedIndices.Count < _count)