3 references to ValueComparer
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
76
_valueComparer = map.
ValueComparer
;
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
841
return other.WithComparers(this.KeyComparer, this.
ValueComparer
);
882
return new ImmutableSortedDictionary<TKey, TValue>(root, dictionary.Count, this.KeyComparer, this.
ValueComparer
);