4 instantiations of WebHostBuilder
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
26
var webHost = new
WebHostBuilder
()
Microsoft.AspNetCore (1)
WebHost.cs (1)
162
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)
122
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults.
125
/// The following defaults are applied to the returned <see cref="
WebHostBuilder
"/>:
141
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults.
144
/// The following defaults are applied to the returned <see cref="
WebHostBuilder
"/>:
162
var
builder = new WebHostBuilder();
296
/// Initializes a new instance of the <see cref="
WebHostBuilder
"/> class with pre-configured defaults using typed Startup.
299
/// 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.