3 references to ToKeyValuePair
Microsoft.CodeAnalysis.Test.Utilities (2)
TestHelpers.cs (2)
28=> ImmutableDictionary.CreateRange(comparer, entries.Select(KeyValuePair.ToKeyValuePair)); 31=> ImmutableDictionary.CreateRange(entries.Select(KeyValuePair.ToKeyValuePair));
Microsoft.CodeAnalysis.UnitTests (1)
Analyzers\AnalyzerConfigTests.cs (1)
1162expected[i].Select(KeyValuePair.ToKeyValuePair),