1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
183
_source
= source;
4 references to _source
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (4)
195
Debug.Assert(
_source
!= null);
198
if (!
_source
.MoveNext(ref currentElement!, ref keyUnused))
209
Debug.Assert(
_source
!= null);
210
_source
.Dispose();