1 write to m_cancellationToken
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperatorEnumerator.cs (1)
48m_cancellationToken = cancellationToken;
42 references to m_cancellationToken
System.Core (42)
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);