7 references to AddRoutingCore
Microsoft.AspNetCore (1)
WebHost.cs (1)
277services.AddRoutingCore();
Microsoft.AspNetCore.Http.Connections (1)
ConnectionsDependencyInjectionExtensions.cs (1)
23services.AddRoutingCore();
Microsoft.AspNetCore.Routing (1)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
30services.AddRoutingCore();
Microsoft.AspNetCore.Tests (4)
WebApplicationTests.cs (4)
54builder.Services.AddRoutingCore(); 84builder.Services.AddRoutingCore(); 114builder.Services.AddRoutingCore(); 2644builder.Services.AddRoutingCore().Configure<RouteOptions>(options =>