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