1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
150
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (3)
165
Contract.Assert(
m_source
!= null);
180
while (
m_source
.MoveNext(ref value, ref key))
234
m_source
.Dispose();