8 instantiations of WebAssemblyHostConfiguration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
70Configuration = new WebAssemblyHostConfiguration();
Microsoft.AspNetCore.Components.WebAssembly.Tests (7)
Hosting\WebAssemblyHostConfigurationTest.cs (7)
24var configuration = new WebAssemblyHostConfiguration(); 44var configuration = new WebAssemblyHostConfiguration(); 67var configuration = new WebAssemblyHostConfiguration(); 92var configuration = new WebAssemblyHostConfiguration(); 112var configuration = new WebAssemblyHostConfiguration(); 153var configuration = new WebAssemblyHostConfiguration(); 197var configuration = new WebAssemblyHostConfiguration();
9 references to WebAssemblyHostConfiguration
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostBuilder.cs (2)
223/// Gets an <see cref="WebAssemblyHostConfiguration"/> that can be used to customize the application's 226public WebAssemblyHostConfiguration Configuration { get; }
Microsoft.AspNetCore.Components.WebAssembly.Tests (7)
Hosting\WebAssemblyHostConfigurationTest.cs (7)
24var configuration = new WebAssemblyHostConfiguration(); 44var configuration = new WebAssemblyHostConfiguration(); 67var configuration = new WebAssemblyHostConfiguration(); 92var configuration = new WebAssemblyHostConfiguration(); 112var configuration = new WebAssemblyHostConfiguration(); 153var configuration = new WebAssemblyHostConfiguration(); 197var configuration = new WebAssemblyHostConfiguration();