2 overrides of EmptyValueKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
288protected override int EmptyValueKey => OrderKey; 394protected 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)
455return new Pair<IEnumerable<TElement>, TOrderKey>(ParallelEnumerable.Empty<TElement>(), EmptyValueKey);