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)
48int count = m_queryResults.Count; 66ParallelQuery<int> query = ParallelEnumerable.Range(0, m_queryResults.Count);
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
185m_count = Math.Min(m_leftChildResults.Count, m_rightChildResults.Count);
System\Linq\Parallel\QueryOperators\QueryResults.cs (1)
152for (int index = 0; index < Count; index++)