2 references to ImmutableSegmentedDictionary
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\Collections\DictionaryExtensions.cs (1)
100var result = ImmutableSegmentedDictionary.CreateBuilder<K, ImmutableArray<V>>();
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
288return ImmutableSegmentedDictionary.CreateRange(keyComparer, self);