2 references to SortedDictionary
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
27
public SortedDictionary(IDictionary<TKey, TValue> dictionary) :
this
(dictionary, null)
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
847
dictionary = new
SortedDictionary
<TKey, TValue>(itemsAsDictionary, this.KeyComparer);