14 references to NoElements
System.Linq.Parallel (14)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
148
throw new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
48
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
52
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
48
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
58
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
48
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
57
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
48
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
52
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
48
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
52
singularExceptionToThrow = new InvalidOperationException(SR.
NoElements
);
System\Linq\Parallel\Utils\FixedMaxHeap.cs (1)
74
throw new InvalidOperationException(SR.
NoElements
);
System\Linq\ParallelEnumerable.cs (2)
1563
throw new InvalidOperationException(SR.
NoElements
);
5366
throw new InvalidOperationException(SR.
NoElements
);