4 references to TestPoco
Microsoft.JSInterop.Tests (4)
JSRuntimeTest.cs (4)
135
var task = runtime.InvokeAsync<
TestPoco
>("test identifier", Array.Empty<object>());
146
var
poco = task.Result;
159
var task = runtime.InvokeAsync<
TestPoco
>("test identifier", Array.Empty<object>());
171
var
poco = task.Result;