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)
226
Debug.Assert(
_source
!= null);
235
while (
_source
.MoveNext(ref elem, ref orderKey))
272
Debug.Assert(
_source
!= null);
273
_source
.Dispose();