1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
98
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (3)
112
QueryOperatorEnumerator<float, TKey> source =
_source
;
146
Debug.Assert(
_source
!= null);
147
_source
.Dispose();