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