2 references to ToImmutableSortedDictionary
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary.cs (2)
173return ToImmutableSortedDictionary(source, keySelector, elementSelector, keyComparer, null); 188return ToImmutableSortedDictionary(source, keySelector, elementSelector, null, null);