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)
162throw new InvalidOperationException(SR.ParallelQuery_PartitionerNotOrderable); 167throw new InvalidOperationException(SR.ParallelQuery_InvalidAsOrderedCall); 199throw new InvalidOperationException(SR.ParallelQuery_InvalidNonGenericAsOrderedCall); 358throw new ArgumentException(SR.ParallelEnumerable_WithQueryExecutionMode_InvalidMode); 394throw new ArgumentException(SR.ParallelEnumerable_WithMergeOptions_InvalidOptions); 656throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 720throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 787throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 853throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 922throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 1566throw new InvalidOperationException(SR.NoElements); 4297throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4350throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4457throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4538throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4581throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4628throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4676throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4725throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 4772throw new NotSupportedException(SR.ParallelEnumerable_BinaryOpMustUseAsParallel); 5351throw new InvalidOperationException(SR.MoreThanOneMatch); 5369throw new InvalidOperationException(SR.NoElements);