3 references to SegmentedDictionary
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
283return new ImmutableSegmentedDictionary<TKey, TValue>(new SegmentedDictionary<TKey, TValue>(keyComparer));
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
49_mutableDictionary = new SegmentedDictionary<TKey, TValue>(value); 134_mutableDictionary = new SegmentedDictionary<TKey, TValue>(KeyComparer);