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