1 write to m_comparer
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
162m_comparer = comparer;
2 references to m_comparer
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (2)
176Contract.Assert(m_comparer != null); 204if (m_comparer.Equals(element, m_searchValue))