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)
230
bool hadNext =
_source
.MoveNext(ref current!, ref currentKey);
246
while (
_source
.MoveNext(ref current!, ref currentKey));
251
_source
.Dispose();