4 references to WebHostBuilderExtensions
Microsoft.AspNetCore.App.Analyzers.Test (1)
Verifiers\CSharpAnalyzerVerifier.cs (1)
69
TrimAssemblyExtension(typeof(Microsoft.AspNetCore.Hosting.
WebHostBuilderExtensions
).Assembly.Location),
Microsoft.AspNetCore.Hosting (3)
Infrastructure\ISupportsStartup.cs (3)
11
/// An interface implemented by IWebHostBuilders that handle <see cref="
WebHostBuilderExtensions
.Configure(IWebHostBuilder, Action{IApplicationBuilder})"/>,
12
/// <see cref="
WebHostBuilderExtensions
.UseStartup(IWebHostBuilder, Type)"/> and <see cref="
WebHostBuilderExtensions
.UseStartup{TStartup}(IWebHostBuilder, Func{WebHostBuilderContext, TStartup})"/>