1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
120m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (3)
131Contract.Assert(m_source != null); 153while (m_source.MoveNext(ref current, ref keyUnused)) 192m_source.Dispose();