1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
159
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (3)
178
while (
m_source
.MoveNext(ref currentElement, ref currentKey))
194
Contract.Assert(
m_source
!= null);
195
m_source
.Dispose();