1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
133m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (3)
148Contract.Assert(m_source != null); 150bool moveNextResult = m_source.MoveNext(ref currentElement, ref currentKey); 202m_source.Dispose();