3 references to ValueComparer
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
432
if (this.
ValueComparer
== valueComparer)
478
if (this.
ValueComparer
.Equals(value, item.Value))
1061
return other.WithComparers(this.KeyComparer, this.
ValueComparer
);