5 references to CreateAttributeMegaRoute
Microsoft.AspNetCore.Mvc.Core (1)
Builder\MvcApplicationBuilderExtensions.cs (1)
86routes.Routes.Insert(0, AttributeRouting.CreateAttributeMegaRoute(app.ApplicationServices));
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\AttributeRoutingTest.cs (4)
39var route = AttributeRouting.CreateAttributeMegaRoute(services); 64var route = AttributeRouting.CreateAttributeMegaRoute(services); 98var route = AttributeRouting.CreateAttributeMegaRoute(services); 136var route = AttributeRouting.CreateAttributeMegaRoute(services);