1 write to m_count
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
185m_count = Math.Min(m_leftChildResults.Count, m_rightChildResults.Count);
1 reference to m_count
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
190get { return m_count; }