3 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\ImmutableSegmentedDictionary.cs (3)
68
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector, keyComparer: null);
86
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector: static x => x, keyComparer: null);
90
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector: static x => x, keyComparer);