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