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