5 references to FromArray
Microsoft.AspNetCore.Http.Abstractions.Tests (3)
RouteValueDictionaryTests.cs (3)
2096var dictionary = RouteValueDictionary.FromArray(array); 2113var dictionary = RouteValueDictionary.FromArray(array); 2136var dictionary = RouteValueDictionary.FromArray(array);
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (1)
151state.Values = RouteValueDictionary.FromArray(slots);
Template\TemplateBinder.cs (1)
383var acceptedValues = RouteValueDictionary.FromArray(slots);