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