1 write to comparer
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
36this.comparer = comparer;
3 references to comparer
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\HashLookup.cs (3)
66(key == null ? 0 : (comparer?.GetHashCode(key) ?? key.GetHashCode())); 72(comparer == null ? 74comparer.Equals(key1, key2));