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