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