1 write to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
43
_comparer
= comparer ?? EqualityComparer<TInput>.Default;
1 reference to _comparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
93
outputStream[i] = new ContainsSearchOperatorEnumerator<TKey>(inputStream[i], _searchValue,
_comparer
, i, resultFoundFlag,