9 references to EndInvokeJS
Microsoft.JSInterop (1)
Infrastructure\DotNetDispatcher.cs (1)
329
if (!jsRuntime.
EndInvokeJS
(taskId, success, ref reader))
Microsoft.JSInterop.Tests (8)
JSRuntimeTest.cs (8)
64
runtime.
EndInvokeJS
(2, succeeded: true, ref reader);
118
runtime.
EndInvokeJS
(
140
runtime.
EndInvokeJS
(
165
runtime.
EndInvokeJS
(
194
runtime.
EndInvokeJS
(
221
runtime.
EndInvokeJS
(
248
runtime.
EndInvokeJS
(asyncHandle, true, ref firstReader);
249
runtime.
EndInvokeJS
(asyncHandle, false, ref secondReader);