6 references to ValueComparer
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
AbstractResxGenerator.cs (3)
294if (!Equals(x.ValueComparer, y.ValueComparer)) 300|| !x.ValueComparer.Equals(value, other))
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);