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)
81if (_indexedRightChildSelector != null) 108if (_indexedRightChildSelector != null) 208Debug.Assert(_indexedRightChildSelector != null); 211return CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(_indexedRightChildSelector, _resultSelector); 214return (IEnumerable<TOutput>)CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(_indexedRightChildSelector); 294Debug.Assert(_selectManyOperator._indexedRightChildSelector != null); 297_selectManyOperator._indexedRightChildSelector(_mutables._currentLeftElement, _mutables._currentLeftSourceIndex);