1 write to m_leftChildResults
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
176
m_leftChildResults
= leftChildResults;
3 references to m_leftChildResults
System.Core (3)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (3)
182
Contract.Assert(
m_leftChildResults
.IsIndexible);
185
m_count = Math.Min(
m_leftChildResults
.Count, m_rightChildResults.Count);
200
return m_resultSelector(
m_leftChildResults
.GetElement(index), m_rightChildResults.GetElement(index));