1 write to m_leftKey
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
313
m_leftKey
= leftKey;
2 references to m_leftKey
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
363
return m_leftComparer.Compare(x.
m_leftKey
, y.
m_leftKey
);