1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
150
_comparer
= comparer;
2 references to _comparer
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (2)
164
Debug.Assert(
_comparer
!= null);
192
if (
_comparer
.Equals(element, _searchValue))