1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
125
m_source
= source;
2 references to m_source
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (2)
144
while (
m_source
.MoveNext(ref current, ref key))
167
m_source
.Dispose();