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