1 write to _leftKey
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
305
_leftKey
= leftKey;
2 references to _leftKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (2)
355
return _leftComparer.Compare(x.
_leftKey
, y.
_leftKey
);