2 references to SegmentedDictionary
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
104
_mutableDictionary = new
SegmentedDictionary
<TKey, TValue>(originalDictionary._dictionary, originalDictionary.KeyComparer);
Segmented\SegmentedDictionary`2.cs (1)
119
:
this
(dictionary, null)