3 references to CreateRange
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
955var map = ImmutableSegmentedDictionary.CreateRange(tuples); 1041var map = ImmutableSegmentedDictionary.CreateRange(tuples);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedDictionaryTest.cs (1)
103dictionary = ImmutableSegmentedDictionary.CreateRange(pairs);