82 references to Dispose
System.Linq.Parallel (82)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
276_source.Dispose();
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
289_source.Dispose();
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
320_source.Dispose();
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (2)
218_firstSource.Dispose(); 219_secondSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
222_leftSource.Dispose(); 223_rightSource.Dispose(); 327_leftSource.Dispose(); 328_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
180_leftSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
211_leftSource.Dispose(); 212_rightSource.Dispose(); 326_leftSource.Dispose(); 327_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
222_dataSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (6)
250_leftSource.Dispose(); 278_rightSource.Dispose(); 287_leftSource?.Dispose(); 288_rightSource?.Dispose(); 398_leftSource.Dispose(); 399_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
134_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
146_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
176_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
127_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
147_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
184_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
126_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
147_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
181_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
128_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
146_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
177_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
134_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
146_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
133_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
178_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
133_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
140_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
176_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
127_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
140_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
186_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
128_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
141_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
186_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
127_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
141_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
175_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
132_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
141_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
177_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
134_source.Dispose();
System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs (1)
82_operatorEnumerator.Dispose();
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
235_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
212_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
206_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
177_source.Dispose(); 273_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
226_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
235_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
174_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
293_source.Dispose(); 501_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
171_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
189_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
235_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
162_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
353_leftSource.Dispose(); 482_leftSource.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
130_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
188_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
210_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
309_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
401_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
153_source.Dispose();
System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs (1)
214_partition.Dispose();
System\Linq\Parallel\Scheduling\SpoolingTask.cs (3)
255_source.Dispose(); 346_source.Dispose(); 410_source.Dispose();
System\Linq\Parallel\Utils\ExceptionAggregator.cs (1)
85source.Dispose();
System\Linq\Parallel\Utils\Sorting.cs (1)
251_source.Dispose();