5 references to MvcAttributeRouteHandler
Microsoft.AspNetCore.Mvc.Core (5)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
253services.TryAddTransient<MvcAttributeRouteHandler>(); // Many per app
Routing\AttributeRouting.cs (2)
26var handler = services.GetRequiredService<MvcAttributeRouteHandler>();
Routing\MvcAttributeRouteHandler.cs (2)
29_logger = loggerFactory.CreateLogger(typeof(MvcAttributeRouteHandler)); 50nameof(MvcAttributeRouteHandler));