5 references to RunAsyncCore
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
113
return
RunAsyncCore
(CancellationToken.None);
Microsoft.AspNetCore.Components.WebAssembly.Tests (4)
Hosting\WebAssemblyHostTest.cs (4)
29
var task = host.
RunAsyncCore
(cts.Token, cultureProvider);
47
var task = host.
RunAsyncCore
(cts.Token, cultureProvider);
50
var ex = await Assert.ThrowsAsync<InvalidOperationException>(() => host.
RunAsyncCore
(cts.Token));
76
var task = host.
RunAsyncCore
(cts.Token, cultureProvider);