4 references to InvokeAsync
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\BrowserFileStream.cs (1)
90_jsStreamReference = await _jsRuntime.InvokeAsync<IJSStreamReference>(
Microsoft.JSInterop.Tests (3)
Infrastructure\DotNetDispatcherTest.cs (2)
326var task = jsRuntime.InvokeAsync<TestDTO>("unimportant", cts.Token); 389var task = jsRuntime.InvokeAsync<TestDTO>("unimportant", cts.Token);
JSRuntimeExtensionsTest.cs (1)
51var result = await jsRuntime.Object.InvokeAsync<string>(method, cancellationToken, "a", "b");