3 references to SegmentedDictionary
Microsoft.Build (3)
ImmutableSegmentedDictionary`2.cs (1)
285
return new ImmutableSegmentedDictionary<TKey, TValue>(new
SegmentedDictionary
<TKey, TValue>(keyComparer));
ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
51
_mutableDictionary = new
SegmentedDictionary
<TKey, TValue>(value);
136
_mutableDictionary = new
SegmentedDictionary
<TKey, TValue>(KeyComparer);