32 types derived from InlinedAggregationOperatorEnumerator
System.Core (32)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
81
private class CountAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
91
private class DecimalAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<decimal, long>>
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
108
private class DecimalMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal>
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
79
private class DecimalSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal>
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
91
private class DoubleAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
114
private class DoubleMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
81
private class DoubleSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
91
private class FloatAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
112
private class FloatMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<float>
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
83
private class FloatSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double>
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
91
private class IntAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
108
private class IntMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
83
private class IntSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int>
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
91
private class LongAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
83
private class LongCountAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
109
private class LongMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
82
private class LongSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
87
private class NullableDecimalAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<decimal, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
104
private class NullableDecimalMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
76
private class NullableDecimalSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<decimal?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
87
private class NullableDoubleAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
112
private class NullableDoubleMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
76
private class NullableDoubleSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
87
private class NullableFloatAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<double, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
112
private class NullableFloatMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<float?>
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
76
private class NullableFloatSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<double?>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
87
private class NullableIntAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
104
private class NullableIntMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int?>
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
79
private class NullableIntSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<int?>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
88
private class NullableLongAverageAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<Pair<long, long>>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
105
private class NullableLongMinMaxAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long?>
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
80
private class NullableLongSumAggregationOperatorEnumerator<TKey> :
InlinedAggregationOperatorEnumerator
<long?>