2 instantiations of InvokableAsyncMethodResult
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (2)
970
return new
InvokableAsyncMethodResult
989
return await new ValueTask<InvokableAsyncMethodResult>( new
InvokableAsyncMethodResult
()
5 references to InvokableAsyncMethodResult
Microsoft.JSInterop.Tests (5)
Infrastructure\DotNetDispatcherTest.cs (5)
647
var
result = JsonSerializer.Deserialize<SomePublicType.
InvokableAsyncMethodResult
>(resultJson, jsRuntime.JsonSerializerOptions);
966
public async Task<
InvokableAsyncMethodResult
> InvokableAsyncMethod(TestDTO dtoViaJson, DotNetObjectReference<TestDTO> dtoByRefWrapper)
986
public async ValueTask<
InvokableAsyncMethodResult
> InvokableAsyncMethodReturningValueTask(TestDTO dtoViaJson, DotNetObjectReference<TestDTO> dtoByRefWrapper)
989
return await new ValueTask<
InvokableAsyncMethodResult
>( new InvokableAsyncMethodResult()