4 references to ToImmutableDictionary
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary.cs (4)
217return ToImmutableDictionary(source, keySelector, elementSelector, keyComparer, null);
230return ToImmutableDictionary(source, keySelector, v => v, null, null);
244return ToImmutableDictionary(source, keySelector, v => v, keyComparer, null);
259return ToImmutableDictionary(source, keySelector, elementSelector, null, null);