1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
146
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (3)
161
Contract.Assert(
m_source
!= null);
177
while (
m_source
.MoveNext(ref value, ref key))
236
m_source
.Dispose();