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