1 write to m_rightChildSelector
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
70m_rightChildSelector = rightChildSelector;
4 references to m_rightChildSelector
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (4)
202if (m_rightChildSelector != null) 206return CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(m_rightChildSelector, m_resultSelector); 208return (IEnumerable<TOutput>)(object)(CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(m_rightChildSelector)); 430IEnumerable<TRightInput> rightChild = m_selectManyOperator.m_rightChildSelector(m_mutables.m_currentLeftElement);