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