2 overrides of EmptyValueKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
288
protected override int
EmptyValueKey
=> OrderKey;
394
protected override Pair<bool, TOrderKey>
EmptyValueKey
=> default(Pair<bool, TOrderKey>);
1 reference to EmptyValueKey
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
455
return new Pair<IEnumerable<TElement>, TOrderKey>(ParallelEnumerable.Empty<TElement>(),
EmptyValueKey
);