3 references to ToImmutableSegmentedDictionary
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary.cs (3)
70
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector, keyComparer: null);
88
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector: static x => x, keyComparer: null);
92
=>
ToImmutableSegmentedDictionary
(source, keySelector, elementSelector: static x => x, keyComparer);