1 write to _indexedRightChildSelector
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
67
_indexedRightChildSelector
= indexedRightChildSelector;
7 references to _indexedRightChildSelector
System.Linq.Parallel (7)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (7)
81
if (
_indexedRightChildSelector
!= null)
108
if (
_indexedRightChildSelector
!= null)
208
Debug.Assert(
_indexedRightChildSelector
!= null);
211
return CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(
_indexedRightChildSelector
, _resultSelector);
214
return (IEnumerable<TOutput>)CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(
_indexedRightChildSelector
);
294
Debug.Assert(_selectManyOperator.
_indexedRightChildSelector
!= null);
297
_selectManyOperator.
_indexedRightChildSelector
(_mutables._currentLeftElement, _mutables._currentLeftSourceIndex);