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)
326
var task = jsRuntime.
InvokeAsync
<TestDTO>("unimportant", cts.Token);
389
var task = jsRuntime.
InvokeAsync
<TestDTO>("unimportant", cts.Token);
JSRuntimeExtensionsTest.cs (1)
51
var result = await jsRuntime.Object.
InvokeAsync
<string>(method, cancellationToken, "a", "b");