1 write to m_count
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
185
m_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)
190
get { return
m_count
; }