1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
80
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (3)
114
if (
_source
.MoveNext(ref current!, ref currentKey))
216
while (
_source
.MoveNext(ref element!, ref key))
289
_source
.Dispose();