4 references to ToImmutableDictionary
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary.cs (4)
177return ToImmutableDictionary(source, keySelector, elementSelector, keyComparer, null);
190return ToImmutableDictionary(source, keySelector, v => v, null, null);
204return ToImmutableDictionary(source, keySelector, v => v, keyComparer, null);
219return ToImmutableDictionary(source, keySelector, elementSelector, null, null);