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