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