1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
320return new WebAssemblyHost(this, services, scope, _persistedState);
18 references to WebAssemblyHost
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"/>. 306/// Builds a <see cref="WebAssemblyHost"/> instance based on the configuration of this builder. 308/// <returns>A <see cref="WebAssemblyHost"/> object.</returns> 309public WebAssemblyHost Build()
Microsoft.AspNetCore.Components.WebAssembly.Tests (13)
Hosting\WebAssemblyHostBuilderTest.cs (10)
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(); 332var host = builder.Build();
Hosting\WebAssemblyHostTest.cs (3)
23var host = builder.Build(); 43var host = builder.Build(); 66var host = builder.Build();