20 references to UseRouting
Aspire.Dashboard.Tests (2)
Integration\MockOpenIdAuthority.cs (1)
37
app.
UseRouting
();
Terminal\TerminalWebSocketProxyEndpointTests.cs (1)
142
app.
UseRouting
();
blazor-devserver (1)
Server\Startup.cs (1)
61
app.
UseRouting
();
BrowserTelemetry.Web (1)
Program.cs (1)
23
app.
UseRouting
();
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
446
app.
UseRouting
();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Latency\AcceptanceTests.cs (1)
43
app.
UseRouting
();
Latency\ChecpointAcceptanceTests.cs (2)
56
app.
UseRouting
();
97
app.
UseRouting
();
Logging\AcceptanceTests.cs (1)
61
app.
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)"/>
59
builder.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)"/>
Microsoft.Extensions.Http.Resilience.Tests (1)
Resilience\GrpcResilienceTests.cs (1)
37
builder.
UseRouting
();
SignalRServerlessWeb (1)
Program.cs (1)
32
app.
UseRouting
();
SignalRWeb (1)
Program.cs (1)
20
app.
UseRouting
();
WebPubSubWeb (1)
Program.cs (1)
27
app.
UseRouting
();