1 write to m_indexedRightChildSelector
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
71m_indexedRightChildSelector = indexedRightChildSelector;
6 references to m_indexedRightChildSelector
System.Core (6)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (6)
85if (m_indexedRightChildSelector != null) 112if (m_indexedRightChildSelector != null) 212Contract.Assert(m_indexedRightChildSelector != null); 215return CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(m_indexedRightChildSelector, m_resultSelector); 218return (IEnumerable<TOutput>)(object)(CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(m_indexedRightChildSelector)); 300m_selectManyOperator.m_indexedRightChildSelector(m_mutables.m_currentLeftElement, m_mutables.m_currentLeftSourceIndex);