1 write to m_cancellationToken
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
192
m_cancellationToken
= cancellationToken;
1 reference to m_cancellationToken
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
207
CancellationState.ThrowIfCanceled(
m_cancellationToken
);