1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (1)
216m_source = source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (4)
237Contract.Assert(m_source != null); 240if (!m_source.MoveNext(ref currentElement, ref keyUnused)) 251Contract.Assert(m_source != null); 252m_source.Dispose();