4 references to RunAsync
BasicTestApp (1)
Program.cs (1)
56await host.RunAsync();
BlazorUnitedApp.Client (1)
Program.cs (1)
8await builder.Build().RunAsync();
HostedBlazorWebassemblyApp.Client (1)
Program.cs (1)
27await builder.Build().RunAsync();
Wasm.Performance.TestApp (1)
Program.cs (1)
15await builder.Build().RunAsync();