2 references to ToRouteQueryParameter
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpRoute.cs (2)
147route.ConfigureMatch(match => match with { QueryParameters = queryParameters.Select(ToRouteQueryParameter).ToList() }); 254QueryParameters = match.QueryParameters?.Select(ToRouteQueryParameter).ToList(),