1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
294return new WebAssemblyHost(this, services, scope, _persistedState);
19 references to WebAssemblyHost
BasicTestApp (2)
Program.cs (2)
53var host = builder.Build(); 59private 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> 283public 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(); 102var host = builder.Build(); 119var host = builder.Build(); 144var host = builder.Build(); 199var host = builder.Build(); 243var host = builder.Build();
Hosting\WebAssemblyHostTest.cs (3)
23var host = builder.Build(); 43var host = builder.Build(); 66var host = builder.Build();