1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
111m_source = source;
2 references to m_source
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (2)
123if (m_source.MoveNext(ref element, ref currentKey)) 135m_source.Dispose();