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