1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
135_source = source;
4 references to _source
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
146Debug.Assert(_source != null); 155while (_source.MoveNext(ref current, ref keyUnused)) 176Debug.Assert(_source != null); 177_source.Dispose();