1 write to _cancellationToken
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperatorEnumerator.cs (1)
45_cancellationToken = cancellationToken;
42 references to _cancellationToken
System.Linq.Parallel (42)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
112_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
121_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (2)
140_cancellationToken.ThrowIfCancellationRequested(); 154_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
106_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
122_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (2)
147_cancellationToken.ThrowIfCancellationRequested(); 161_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
106_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
122_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (2)
145_cancellationToken.ThrowIfCancellationRequested(); 158_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
107_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
121_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (2)
140_cancellationToken.ThrowIfCancellationRequested(); 154_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
110_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
121_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
110_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (2)
141_cancellationToken.ThrowIfCancellationRequested(); 155_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
109_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
117_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (2)
139_cancellationToken.ThrowIfCancellationRequested(); 153_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
106_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
119_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (2)
147_cancellationToken.ThrowIfCancellationRequested(); 162_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
106_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
118_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (2)
147_cancellationToken.ThrowIfCancellationRequested(); 162_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
106_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
118_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (2)
139_cancellationToken.ThrowIfCancellationRequested(); 153_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
109_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
119_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (2)
140_cancellationToken.ThrowIfCancellationRequested(); 154_cancellationToken.ThrowIfCancellationRequested();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
110_cancellationToken.ThrowIfCancellationRequested();