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