2 references to CreateRange
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedDictionaryTest.cs (1)
103
dictionary = ImmutableSegmentedDictionary.
CreateRange
(pairs);
Collections\SegmentedCollectionsMarshalTests.cs (1)
768
ImmutableSegmentedDictionary<int, T> immutableDictionary = ImmutableSegmentedDictionary.
CreateRange
(Enumerable.Range(0, 17).Select(x => new KeyValuePair<int, T>(x, createValue())));