1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
140m_source = source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
151Contract.Assert(m_source != null); 161while (m_source.MoveNext(ref current, ref keyUnused)) 182Contract.Assert(m_source != null); 183m_source.Dispose();