2 instantiations of PairOutputKeyBuilder
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
143
PairOutputKeyBuilder<TLeftKey, TRightKey> outputKeyBuilder = new
PairOutputKeyBuilder
<TLeftKey, TRightKey>();
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
117
PairOutputKeyBuilder<TLeftKey, TRightKey> outputKeyBuilder = new
PairOutputKeyBuilder
<TLeftKey, TRightKey>();
2 references to PairOutputKeyBuilder
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
143
PairOutputKeyBuilder
<TLeftKey, TRightKey> outputKeyBuilder = new PairOutputKeyBuilder<TLeftKey, TRightKey>();
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
117
PairOutputKeyBuilder
<TLeftKey, TRightKey> outputKeyBuilder = new PairOutputKeyBuilder<TLeftKey, TRightKey>();