1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (1)
245
_source
= source;
4 references to _source
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (4)
290
if (!
_source
.MoveNext(ref acc!, ref accKeyUnused)) return false;
299
while (
_source
.MoveNext(ref input!, ref keyUnused))
319
Debug.Assert(
_source
!= null);
320
_source
.Dispose();