1 reference to SegmentedDictionary
Microsoft.CodeAnalysis.UnitTests (1)
Collections\SegmentedCollectionsMarshalTests.cs (1)
701SegmentedDictionary<int, TValue> dictionary = new SegmentedDictionary<int, TValue>(Enumerable.Range(0, 17).Select(x => new KeyValuePair<int, TValue>(x, createValue())));