1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
75_source = source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\Sorting.cs (3)
230bool hadNext = _source.MoveNext(ref current!, ref currentKey); 246while (_source.MoveNext(ref current!, ref currentKey)); 251_source.Dispose();