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)
195Debug.Assert(_source != null); 198if (!_source.MoveNext(ref currentElement!, ref keyUnused)) 209Debug.Assert(_source != null); 210_source.Dispose();