1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
88
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (3)
101
QueryOperatorEnumerator<int, TKey> source =
_source
;
133
Debug.Assert(
_source
!= null);
134
_source
.Dispose();