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