2 references to WithComparers
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary.cs (2)
35return ImmutableSortedDictionary<TKey, TValue>.Empty.WithComparers(keyComparer); 73return ImmutableSortedDictionary<TKey, TValue>.Empty.WithComparers(keyComparer).AddRange(items);