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