3 references to SegmentedDictionary
Microsoft.Build.Framework (3)
ImmutableSegmentedDictionary`2.cs (1)
295
return 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);