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