83 references to ThrowIfCanceled
System.Core (83)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
212CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
222CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
318CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
193CancellationState.ThrowIfCanceled(m_cancellationToken); 206CancellationState.ThrowIfCanceled(m_cancellationToken); 279CancellationState.ThrowIfCanceled(m_cancellationToken); 293CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
119CancellationState.ThrowIfCanceled(m_cancellationToken); 189CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
181CancellationState.ThrowIfCanceled(m_cancellationToken); 194CancellationState.ThrowIfCanceled(m_cancellationToken); 283CancellationState.ThrowIfCanceled(m_cancellationToken); 307CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
244CancellationState.ThrowIfCanceled(m_cancellationToken); 271CancellationState.ThrowIfCanceled(m_cancellationToken); 366CancellationState.ThrowIfCanceled(m_cancellationToken); 383CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
116CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
128CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (2)
147CancellationState.ThrowIfCanceled(m_cancellationToken); 161CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
114CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
128CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (2)
153CancellationState.ThrowIfCanceled(m_cancellationToken); 167CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
116CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
128CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (2)
151CancellationState.ThrowIfCanceled(m_cancellationToken); 164CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
118CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
128CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (2)
147CancellationState.ThrowIfCanceled(m_cancellationToken); 161CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
118CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
128CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
118CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (2)
148CancellationState.ThrowIfCanceled(m_cancellationToken); 162CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
117CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
121CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (2)
143CancellationState.ThrowIfCanceled(m_cancellationToken); 157CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
111CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
123CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (2)
151CancellationState.ThrowIfCanceled(m_cancellationToken); 166CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
111CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
122CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (2)
151CancellationState.ThrowIfCanceled(m_cancellationToken); 166CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
111CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
122CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (2)
143CancellationState.ThrowIfCanceled(m_cancellationToken); 157CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
114CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
123CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (2)
144CancellationState.ThrowIfCanceled(m_cancellationToken); 158CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
115CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
210CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
196CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
164CancellationState.ThrowIfCanceled(m_cancellationToken); 243CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
207CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
183CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
167CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
339CancellationState.ThrowIfCanceled(m_cancellationToken); 403CancellationState.ThrowIfCanceled(m_cancellationToken); 572CancellationState.ThrowIfCanceled(m_cancellationToken); 648CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
181CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
180CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
147CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
288CancellationState.ThrowIfCanceled(m_cancellationToken); 418CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
214CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
278CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
146CancellationState.ThrowIfCanceled(m_cancellationToken);
System\Linq\Parallel\Utils\CancellableEnumerable.cs (1)
36CancellationState.ThrowIfCanceled(token);
System\Linq\Parallel\Utils\Sorting.cs (4)
248CancellationState.ThrowIfCanceled(cancelToken); 443CancellationState.ThrowIfCanceled(cancelToken); 516CancellationState.ThrowIfCanceled(cancelToken); 591CancellationState.ThrowIfCanceled(cancelToken);