5 references to RoutingMarkerService
Microsoft.AspNetCore.Routing (5)
Builder\EndpointRoutingApplicationBuilderExtensions.cs (1)
120
if (app.ApplicationServices.GetService(typeof(
RoutingMarkerService
)) == null)
Builder\RoutingBuilderExtensions.cs (2)
25
if (builder.ApplicationServices.GetService(typeof(
RoutingMarkerService
)) == null)
48
if (builder.ApplicationServices.GetService(typeof(
RoutingMarkerService
)) == null)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
67
services.TryAddSingleton(typeof(
RoutingMarkerService
));
RouteBuilder.cs (1)
35
if (applicationBuilder.ApplicationServices.GetService(typeof(
RoutingMarkerService
)) == null)