2 references to SpanToDictionary
System.Linq (2)
System\Linq\ToCollection.cs (2)
222return SpanToDictionary(array, keySelector, elementSelector, comparer); 228return SpanToDictionary(span, keySelector, elementSelector, comparer);