32 overrides of InternalAggregate
System.Core (32)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
43protected override int InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
44protected override decimal InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
48protected override decimal InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
45protected override decimal InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
43protected override double InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
53protected override double InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
44protected override double InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
43protected override float InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
52protected override float InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
45protected override float InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
44protected override double InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
48protected override int InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
46protected override int InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
44protected override double InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
46protected override long InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
48protected override long InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
45protected override long InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
41protected override decimal? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
45protected override decimal? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
42protected override decimal? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
41protected override double? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
51protected override double? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
42protected override double? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
41protected override float? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
51protected override float? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
42protected override float? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
41protected override double? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
45protected override int? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
42protected override int? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
41protected override double? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
45protected override long? InternalAggregate(ref Exception singularExceptionToThrow)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
42protected override long? InternalAggregate(ref Exception singularExceptionToThrow)
1 reference to InternalAggregate
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
59tr = InternalAggregate(ref toThrow);