4 instantiations of WebHostBuilder
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
26
var webHost = new
WebHostBuilder
()
Microsoft.AspNetCore (1)
WebHost.cs (1)
160
var builder = new
WebHostBuilder
();
Microsoft.Extensions.Diagnostics.Probes.Tests (2)
KubernetesProbesExtensionsTests.cs (1)
131
return new
WebHostBuilder
()
TcpEndpointProbesExtensionsTests.cs (1)
186
return new
WebHostBuilder
()
8 references to WebHostBuilder
Microsoft.AspNetCore (7)
WebHost.cs (7)
120
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults.
123
/// The following defaults are applied to the returned <see cref="
WebHostBuilder
"/>:
139
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults.
142
/// The following defaults are applied to the returned <see cref="
WebHostBuilder
"/>:
160
var
builder = new WebHostBuilder();
291
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults using typed Startup.
294
/// The following defaults are applied to the returned <see cref="
WebHostBuilder
"/>:
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
37
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class.