1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
87
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (3)
100
QueryOperatorEnumerator<long, TKey> source =
_source
;
132
Debug.Assert(
_source
!= null);
133
_source
.Dispose();