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