1 write to m_source
System.Core (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
79m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\Utils\Sorting.cs (3)
235bool hadNext = m_source.MoveNext(ref current, ref currentKey); 254while (m_source.MoveNext(ref current, ref currentKey)); 259m_source.Dispose();