3 references to SegmentedDictionary
Microsoft.CodeAnalysis.Collections.Package (3)
ImmutableSegmentedDictionary`2.cs (1)
283
return new ImmutableSegmentedDictionary<TKey, TValue>(new
SegmentedDictionary
<TKey, TValue>(keyComparer));
ImmutableSegmentedDictionary`2+ValueBuilder.cs (2)
49
_mutableDictionary = new
SegmentedDictionary
<TKey, TValue>(value);
134
_mutableDictionary = new
SegmentedDictionary
<TKey, TValue>(KeyComparer);