2 references to CreateRange
Microsoft.CodeAnalysis (1)
ImmutableSegmentedDictionary`2.cs (1)
300return ImmutableSegmentedDictionary.CreateRange(keyComparer, self);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedDictionaryTest.cs (1)
107dictionary = ImmutableSegmentedDictionary.CreateRange(keyComparer, pairs);