1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
78
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (3)
117
if (
_source
.MoveNext(ref current!, ref keyUnused))
209
while (
_source
.MoveNext(ref element!, ref ignoreKey))
276
_source
.Dispose();