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