1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
211_source = source;
4 references to _source
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
226Debug.Assert(_source != null); 235while (_source.MoveNext(ref elem, ref orderKey)) 272Debug.Assert(_source != null); 273_source.Dispose();