2 references to SegmentedDictionary
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
102_mutableDictionary = new SegmentedDictionary<TKey, TValue>(originalDictionary._dictionary, originalDictionary.KeyComparer);
SegmentedDictionary`2.cs (1)
117: this(dictionary, null)