1 write to m_source
System.Core (1)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
83
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (3)
117
if (
m_source
.MoveNext(ref current, ref currentKey))
219
while (
m_source
.MoveNext(ref element, ref key))
293
m_source
.Dispose();