1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
242m_source = source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (3)
275while (m_source.MoveNext(ref current, ref key)) 388if (m_source.MoveNext(ref currentElement, ref currentKey)) 401m_source.Dispose();