55 references to SR
System.Linq.Parallel (55)
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (1)
73throw new InvalidOperationException(SR.PLINQ_CommonEnumerator_Current_NotStarted);
System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs (1)
61throw new InvalidOperationException(SR.PLINQ_CommonEnumerator_Current_NotStarted);
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
148throw new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
48singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
52singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
48singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
58singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
48singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
57singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
48singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
52singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
48singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
52singularExceptionToThrow = new InvalidOperationException(SR.NoElements);
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (6)
153throw new InvalidOperationException(SR.PartitionerQueryOperator_NullPartitionList); 158throw new InvalidOperationException(SR.PartitionerQueryOperator_WrongNumberOfPartitions); 166throw new InvalidOperationException(SR.PartitionerQueryOperator_NullPartition); 179throw new InvalidOperationException(SR.PartitionerQueryOperator_NullPartitionList); 184throw new InvalidOperationException(SR.PartitionerQueryOperator_WrongNumberOfPartitions); 192throw new InvalidOperationException(SR.PartitionerQueryOperator_NullPartition);
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (3)
63throw new InvalidOperationException(SR.PLINQ_CommonEnumerator_Current_NotStarted); 92throw new ObjectDisposedException("enumerator", SR.PLINQ_DisposeRequested); 141throw new InvalidOperationException(SR.PLINQ_EnumerationPreviouslyFailed);
System\Linq\Parallel\QueryOperators\QuerySettings.cs (5)
103throw new InvalidOperationException(SR.ParallelQuery_DuplicateTaskScheduler); 108throw new InvalidOperationException(SR.ParallelQuery_DuplicateDOP); 113throw new InvalidOperationException(SR.ParallelQuery_DuplicateWithCancellation); 118throw new InvalidOperationException(SR.ParallelQuery_DuplicateExecutionMode); 123throw new InvalidOperationException(SR.ParallelQuery_DuplicateMergeOptions);
System\Linq\Parallel\Scheduling\CancellationState.cs (1)
75string oceMessage = SR.PLINQ_ExternalCancellationRequested;
System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs (1)
164throw new ObjectDisposedException("enumerator", SR.PLINQ_DisposeRequested); // Case #3
System\Linq\Parallel\Utils\ExchangeUtilities.cs (3)
44throw new InvalidOperationException(SR.ParallelPartitionable_NullReturn); 48throw new InvalidOperationException(SR.ParallelPartitionable_IncorretElementCount); 59throw new InvalidOperationException(SR.ParallelPartitionable_NullElement);
System\Linq\Parallel\Utils\FixedMaxHeap.cs (1)
74throw new InvalidOperationException(SR.NoElements);
System\Linq\ParallelEnumerable.cs (22)
159throw new InvalidOperationException(SR.ParallelQuery_PartitionerNotOrderable); 164throw new InvalidOperationException(SR.ParallelQuery_InvalidAsOrderedCall); 196throw new InvalidOperationException(SR.ParallelQuery_InvalidNonGenericAsOrderedCall); 355throw new ArgumentException(SR.ParallelEnumerable_WithQueryExecutionMode_InvalidMode); 391throw new ArgumentException(SR.ParallelEnumerable_WithMergeOptions_InvalidOptions); 653throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 717throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 784throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 850throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 919throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 1563throw new InvalidOperationException(SR.NoElements); 4294throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4347throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4454throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4535throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4578throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4625throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4673throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4722throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4769throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 5348throw new InvalidOperationException(SR.MoreThanOneMatch); 5366throw new InvalidOperationException(SR.NoElements);