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