3 references to ToImmutableSegmentedDictionary
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary.cs (1)
45=> ToImmutableSegmentedDictionary(items, keyComparer: null);
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedDictionaryTest.cs (2)
122dictionary = pairs.ToImmutableSegmentedDictionary(keyComparer); 283}.ToImmutableSegmentedDictionary(StringComparer.OrdinalIgnoreCase);