3 references to Count
System.Core (3)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (2)
151
totalSize += m_syncChannels[i].
Count
;
160
current += m_syncChannels[i].
Count
;
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
98
if (current.
Count
== 0)