1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (1)
142
m_source
= source;
3 references to m_source
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs (3)
164
while (
m_source
.MoveNext(ref element, ref keyUnused))
177
Contract.Assert(
m_source
!= null);
178
m_source
.Dispose();