Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
5 references to Count
System.Core (5)
System\Linq\Parallel\Merging\ArrayMergeHelper.cs (2)
48
int count = m_queryResults.
Count
;
66
ParallelQuery<int> query = ParallelEnumerable.Range(0, m_queryResults.
Count
);
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
185
m_count = Math.Min(m_leftChildResults.
Count
, m_rightChildResults.
Count
);
System\Linq\Parallel\QueryOperators\QueryResults.cs (1)
152
for (int index = 0; index <
Count
; index++)