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)
90
outputStream[i] = new ElementAtQueryOperatorEnumerator(intKeyStream[i],
_index
, resultFoundFlag, settings.CancellationState.MergedCancellationToken);
136
result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAtOrDefault(
_index
)!;
142
result = ExceptionAggregator.WrapEnumerable(childWithCancelChecks, cancelState).ElementAt(
_index
);