19 references to Run
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (1)
523_builtApplication.Run(next);
WebHost.cs (1)
47return StartWith(url: url, configureServices: null, app: appBuilder => appBuilder.Run(app), applicationName: startupAssemblyName);
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
105builder.Run(originalDelegate);
Microsoft.AspNetCore.Diagnostics (1)
src\aspnetcore\src\Shared\Reroute.cs (1)
27builder.Run(next);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Logging\AcceptanceTests.cs (5)
65x.Run(static async context => 83x.Run(static async context => 93x.Run(static async context => 103x.Run(static async context => 126app.Run(static async context =>
Microsoft.AspNetCore.Http.Abstractions (4)
Extensions\UseExtensions.cs (2)
15/// If you aren't calling the next function, use <see cref="RunExtensions.Run(IApplicationBuilder, RequestDelegate)"/> instead. 43/// If you aren't calling the next function, use <see cref="RunExtensions.Run(IApplicationBuilder, RequestDelegate)"/> instead.
Extensions\UseWhenExtensions.cs (1)
38branchBuilder.Run(main);
src\aspnetcore\src\Shared\Reroute.cs (1)
27builder.Run(next);
Microsoft.AspNetCore.Http.Connections (2)
ConnectionEndpointRouteBuilderExtensions.cs (2)
100app.Run(c => dispatcher.ExecuteNegotiateAsync(c, options)); 112app.Run(c => dispatcher.ExecuteAsync(c, options, connectionDelegate));
Microsoft.AspNetCore.Mvc.Core (1)
Filters\MiddlewareFilterBuilder.cs (1)
62nestedAppBuilder.Run(async (httpContext) =>
Microsoft.AspNetCore.Rewrite (1)
src\aspnetcore\src\Shared\Reroute.cs (1)
27builder.Run(next);
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\HostingStartup.cs (1)
40app.Map(ApplicationPaths.ClearSiteData, static app => app.Run(context =>
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\KestrelWebSocketServer.cs (1)
53app.Run(requestHandler);