3 references to Build
BlazorHosted.Client (1)
Program.cs (1)
28
var host = builder.
Build
();
BlazorStandalone (1)
Program.cs (1)
36
var host = builder.
Build
();
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
282
/// <see cref="ConfigureContainer{TBuilder}(IServiceProviderFactory{TBuilder}, Action{TBuilder})"/> is called by <see cref="
Build
"/>