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