2 references to OrderKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
288
protected override int EmptyValueKey =>
OrderKey
;
292
return new Pair<IEnumerable<TElement>, int>(baseValue,
OrderKey
);