Implemented interface member:
5 references to Count
System.Linq.Parallel (5)
System\Linq\Parallel\Merging\ArrayMergeHelper.cs (2)
44int count = _queryResults.Count; 62ParallelQuery<int> query = ParallelEnumerable.Range(0, _queryResults.Count);
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
184_count = Math.Min(_leftChildResults.Count, _rightChildResults.Count);
System\Linq\Parallel\QueryOperators\QueryResults.cs (1)
148for (int index = 0; index < Count; index++)