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