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