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)
93outputStream[i] = new ContainsSearchOperatorEnumerator<TKey>(inputStream[i], _searchValue, _comparer, i, resultFoundFlag,