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