1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
124m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (3)
143while (m_source.MoveNext(ref currentElement, ref currentKey)) 158Contract.Assert(m_source != null); 159m_source.Dispose();