2 references to ToImmutableSortedDictionary
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary.cs (2)
222
return
ToImmutableSortedDictionary
(source, keyComparer, null);
234
return
ToImmutableSortedDictionary
(source, null, null);