1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
152
m_source
= source;
2 references to m_source
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (2)
164
if (
m_source
.MoveNext(ref element, ref currentKey))
176
m_source
.Dispose();