28 references to InvokeAsync
Aspire.Dashboard (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Microsoft.AspNetCore.Components.QuickGrid (1)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Web (2)
Microsoft.AspNetCore.Components.WebAssembly (2)
Microsoft.AspNetCore.Components.WebView (1)
Microsoft.JSInterop.Tests (16)
JSRuntimeTest.cs (5)
21runtime.InvokeAsync<object>("test identifier 1", "arg1", 123, true);
22runtime.InvokeAsync<object>("test identifier 2", "some other arg");
47var task = runtime.InvokeAsync<object>("test identifier 1", "arg1", 123, true);
62var task = runtime.InvokeAsync<object>("test identifier 1", "arg1", 123, true);
273runtime.InvokeAsync<object>("test identifier",
TestContentPackage (1)