18 references to UseRouting
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
37app.UseRouting();
BrowserTelemetry.Web (1)
Program.cs (1)
23app.UseRouting();
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
421app.UseRouting();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (7)
Buffering\PerIncomingRequestLoggingBuilderExtensionsTests.cs (1)
132.Configure(app => app.UseRouting()))
Latency\AcceptanceTests.cs (1)
43app.UseRouting();
Latency\ChecpointAcceptanceTests.cs (2)
56app.UseRouting(); 97app.UseRouting();
Logging\AcceptanceTests.cs (1)
61app.UseRouting();
Logging\AcceptanceTests.Mvc.cs (1)
46.UseRouting()
Logging\AcceptanceTests.Routing.cs (1)
37.UseRouting()
Microsoft.AspNetCore.Routing (5)
Builder\EndpointRoutingApplicationBuilderExtensions.cs (5)
27/// A call to <see cref="UseRouting(IApplicationBuilder)"/> must be followed by a call to 33/// is associated with the <see cref="HttpContext"/>. Middleware between <see cref="UseRouting(IApplicationBuilder)"/> 59builder.Properties.TryAdd(UseRoutingKey, (object)UseRouting); 75/// <see cref="UseRouting(IApplicationBuilder)"/> for the same <see cref="IApplicationBuilder"/> 80/// is associated with the <see cref="HttpContext"/>. Middleware between <see cref="UseRouting(IApplicationBuilder)"/>
SignalRServerlessWeb (1)
Program.cs (1)
32app.UseRouting();
SignalRWeb (1)
Program.cs (1)
20app.UseRouting();
WebPubSubWeb (1)
Program.cs (1)
27app.UseRouting();