1 write to m_source
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
160
m_source
= source;
4 references to m_source
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (4)
185
if (
m_source
.MoveNext(ref element, ref keyUnused))
213
while (
m_source
.MoveNext(ref element, ref keyUnused));
223
Contract.Assert(
m_source
!= null);
224
m_source
.Dispose();