1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
216m_source = source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
231Contract.Assert(m_source != null); 240while (m_source.MoveNext(ref elem, ref orderKey)) 277Contract.Assert(m_source != null); 278m_source.Dispose();