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