32 references to
System.Core (32)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
31internal CountAggregationOperator(IEnumerable<TSource> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
32internal DecimalAverageAggregationOperator(IEnumerable<decimal> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
34internal DecimalMinMaxAggregationOperator(IEnumerable<decimal> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
33internal DecimalSumAggregationOperator(IEnumerable<decimal> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
31internal DoubleAverageAggregationOperator(IEnumerable<double> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
39internal DoubleMinMaxAggregationOperator(IEnumerable<double> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
32internal DoubleSumAggregationOperator(IEnumerable<double> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
31internal FloatAverageAggregationOperator(IEnumerable<float> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
38internal FloatMinMaxAggregationOperator(IEnumerable<float> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
33internal FloatSumAggregationOperator(IEnumerable<float> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
32internal IntAverageAggregationOperator(IEnumerable<int> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
34internal IntMinMaxAggregationOperator(IEnumerable<int> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
34internal IntSumAggregationOperator(IEnumerable<int> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
32internal LongAverageAggregationOperator(IEnumerable<long> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
34internal LongCountAggregationOperator(IEnumerable<TSource> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
34internal LongMinMaxAggregationOperator(IEnumerable<long> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
33internal LongSumAggregationOperator(IEnumerable<long> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
29internal NullableDecimalAverageAggregationOperator(IEnumerable<decimal?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
31internal NullableDecimalMinMaxAggregationOperator(IEnumerable<decimal?> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
30internal NullableDecimalSumAggregationOperator(IEnumerable<decimal?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
29internal NullableDoubleAverageAggregationOperator(IEnumerable<double?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
37internal NullableDoubleMinMaxAggregationOperator(IEnumerable<double?> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
30internal NullableDoubleSumAggregationOperator(IEnumerable<double?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
29internal NullableFloatAverageAggregationOperator(IEnumerable<float?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
37internal NullableFloatMinMaxAggregationOperator(IEnumerable<float?> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
30internal NullableFloatSumAggregationOperator(IEnumerable<float?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
29internal NullableIntAverageAggregationOperator(IEnumerable<int?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
31internal NullableIntMinMaxAggregationOperator(IEnumerable<int?> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
30internal NullableIntSumAggregationOperator(IEnumerable<int?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
29internal NullableLongAverageAggregationOperator(IEnumerable<long?> child) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
31internal NullableLongMinMaxAggregationOperator(IEnumerable<long?> child, int sign) : base(child)
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
30internal NullableLongSumAggregationOperator(IEnumerable<long?> child) : base(child)