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