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