1 write to _index
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
42_index = index;
3 references to _index
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (3)
90outputStream[i] = new ElementAtQueryOperatorEnumerator(intKeyStream[i], _index, resultFoundFlag, settings.CancellationState.MergedCancellationToken); 136result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault(_index)!; 142result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAt(_index);