3 references to Count
System.Linq.Parallel (3)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (2)
148totalSize += _syncChannels[i].Count; 157current += _syncChannels[i].Count;
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
92if (current.Count == 0)