1 write to _count
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
184
_count
= Math.Min(_leftChildResults.Count, _rightChildResults.Count);
1 reference to _count
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
189
get { return
_count
; }