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