32 types derived from InlinedAggregationOperatorEnumerator
System.Linq.Parallel (32)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
77
private sealed class CountAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
84
private sealed class DecimalAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<decimal, long>>
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
101
private sealed class DecimalMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal>
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
71
private sealed class DecimalSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal>
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
85
private sealed class DoubleAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
108
private sealed class DoubleMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
71
private sealed class DoubleSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
85
private sealed class FloatAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
106
private sealed class FloatMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<float>
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
72
private sealed class FloatSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
84
private sealed class IntAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
101
private sealed class IntMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
75
private sealed class IntSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
84
private sealed class LongAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
75
private sealed class LongCountAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
102
private sealed class LongMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
74
private sealed class LongSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
83
private sealed class NullableDecimalAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<decimal, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
100
private sealed class NullableDecimalMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
71
private sealed class NullableDecimalSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
83
private sealed class NullableDoubleAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
108
private sealed class NullableDoubleMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
71
private sealed class NullableDoubleSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
83
private sealed class NullableFloatAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
108
private sealed class NullableFloatMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<float?>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
71
private sealed class NullableFloatSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
83
private sealed class NullableIntAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
100
private sealed class NullableIntMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int?>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
74
private sealed class NullableIntSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int?>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
84
private sealed class NullableLongAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
101
private sealed class NullableLongMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long?>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
75
private sealed class NullableLongSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long?>