2 references to RegexInlineRouteConstraintSetup
Microsoft.AspNetCore.Mvc.Test (1)
MvcServiceCollectionExtensionsTest.cs (1)
492
typeof(
RegexInlineRouteConstraintSetup
),
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
31
services.TryAddEnumerable(ServiceDescriptor.Singleton<IConfigureOptions<RouteOptions>,
RegexInlineRouteConstraintSetup
>());