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