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