3 references to SegmentedDictionary
Microsoft.Build.Framework (3)
ImmutableSegmentedDictionary`2.cs (1)
295return new ImmutableSegmentedDictionary<TKey, TValue>(new SegmentedDictionary<TKey, TValue>(keyComparer));
ImmutableSegmentedDictionary`2+Builder.cs (2)
48_mutableDictionary = new SegmentedDictionary<TKey, TValue>(value); 126_mutableDictionary = new SegmentedDictionary<TKey, TValue>(KeyComparer);