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