1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
315return new WebAssemblyHost(this, services, scope, _persistedState);
19 references to WebAssemblyHost
BasicTestApp (2)
Program.cs (2)
56var host = builder.Build(); 62private static void ConfigureCulture(WebAssemblyHost host)
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
19/// to initialize a <see cref="WebAssemblyHost"/>.
Hosting\WebAssemblyHostBuilder.cs (4)
25/// A builder for configuring and creating a <see cref="WebAssemblyHost"/>. 301/// Builds a <see cref="WebAssemblyHost"/> instance based on the configuration of this builder. 303/// <returns>A <see cref="WebAssemblyHost"/> object.</returns> 304public WebAssemblyHost Build()
Microsoft.AspNetCore.Components.WebAssembly.Tests (12)
Hosting\WebAssemblyHostBuilderTest.cs (9)
29var host = builder.Build(); 45var host = builder.Build(); 62var host = builder.Build(); 84var host = builder.Build(); 116var host = builder.Build(); 141var host = builder.Build(); 196var host = builder.Build(); 240var host = builder.Build(); 282var host = builder.Build();
Hosting\WebAssemblyHostTest.cs (3)
23var host = builder.Build(); 43var host = builder.Build(); 66var host = builder.Build();