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)
841return other.WithComparers(this.KeyComparer, this.ValueComparer); 882return new ImmutableSortedDictionary<TKey, TValue>(root, dictionary.Count, this.KeyComparer, this.ValueComparer);