1 write to m_resultSelector
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
178m_resultSelector = resultSelector;
1 reference to m_resultSelector
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (1)
200return m_resultSelector(m_leftChildResults.GetElement(index), m_rightChildResults.GetElement(index));