1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
173m_source = source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (4)
199if (m_source.MoveNext(ref element, ref keyUnused)) 227while (m_source.MoveNext(ref element, ref keyUnused)); 237Contract.Assert(m_source != null); 238m_source.Dispose();