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)
290if (!_source.MoveNext(ref acc!, ref accKeyUnused)) return false; 299while (_source.MoveNext(ref input!, ref keyUnused)) 319Debug.Assert(_source != null); 320_source.Dispose();