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