1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
294
return new
WebAssemblyHost
(this, services, scope, _persistedState);
19 references to WebAssemblyHost
BasicTestApp (2)
Program.cs (2)
53
var
host = builder.Build();
59
private static void ConfigureCulture(
WebAssemblyHost
host)
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
21
/// to initialize a <see cref="
WebAssemblyHost
"/>.
Hosting\WebAssemblyHostBuilder.cs (4)
25
/// A builder for configuring and creating a <see cref="
WebAssemblyHost
"/>.
280
/// Builds a <see cref="
WebAssemblyHost
"/> instance based on the configuration of this builder.
282
/// <returns>A <see cref="
WebAssemblyHost
"/> object.</returns>
283
public
WebAssemblyHost
Build()
Microsoft.AspNetCore.Components.WebAssembly.Tests (12)
Hosting\WebAssemblyHostBuilderTest.cs (9)
29
var
host = builder.Build();
45
var
host = builder.Build();
62
var
host = builder.Build();
84
var
host = builder.Build();
102
var
host = builder.Build();
119
var
host = builder.Build();
144
var
host = builder.Build();
199
var
host = builder.Build();
243
var
host = builder.Build();
Hosting\WebAssemblyHostTest.cs (3)
23
var
host = builder.Build();
43
var
host = builder.Build();
66
var
host = builder.Build();