82 references to Dispose
System.Core (82)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
276m_source.Dispose();
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
293m_source.Dispose();
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
336m_source.Dispose();
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
225m_leftSource.Dispose(); 226m_rightSource.Dispose(); 328m_leftSource.Dispose(); 329m_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
265m_leftSource.Dispose(); 266m_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
216m_leftSource.Dispose(); 217m_rightSource.Dispose(); 332m_leftSource.Dispose(); 333m_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (6)
257m_leftSource.Dispose(); 284m_rightSource.Dispose(); 295m_leftSource.Dispose(); 299m_rightSource.Dispose(); 413m_leftSource.Dispose(); 414m_rightSource.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
138m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
153m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
183m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
135m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
153m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
190m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
136m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
153m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
187m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
139m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
153m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
184m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
142m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
153m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
141m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
185m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
141m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
141m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
180m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
132m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
141m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
190m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
133m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
142m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
190m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
132m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
142m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
179m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
137m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
142m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
181m_source.Dispose();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
139m_source.Dispose();
System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs (1)
88m_operatorEnumerator.Dispose();
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
238m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
223m_firstSource.Dispose(); 224m_secondSource.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
224m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
202m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
183m_source.Dispose(); 278m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
229m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
234m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
178m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
300m_source.Dispose(); 512m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
176m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
195m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
236m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
167m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
355m_leftSource.Dispose(); 485m_leftSource.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
135m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
192m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
252m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
308m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
401m_source.Dispose();
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
159m_source.Dispose();
System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs (1)
219m_partition.Dispose();
System\Linq\Parallel\Scheduling\SpoolingTask.cs (3)
261m_source.Dispose(); 352m_source.Dispose(); 416m_source.Dispose();
System\Linq\Parallel\Utils\ExceptionAggregator.cs (1)
101source.Dispose();
System\Linq\Parallel\Utils\Sorting.cs (1)
259m_source.Dispose();