1 write to _cancellationToken
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
78_cancellationToken = cancellationToken;
2 references to _cancellationToken
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
104mutables._rightHashLookup = _rightLookupBuilder.BuildHashLookup(_cancellationToken); 123_cancellationToken.ThrowIfCancellationRequested();