5 references to EndInvokeJS
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
447DotNetDispatcher.EndInvokeJS(JSRuntime, arguments);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
63DotNetDispatcher.EndInvokeJS(Instance, argsJson);
Microsoft.AspNetCore.Components.WebView (1)
IpcReceiver.cs (1)
85DotNetDispatcher.EndInvokeJS(pageContext.JSRuntime, argumentsOrError);
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
292/// All exceptions from <see cref="EndInvokeJS"/> are caught 294/// the mechanism to call <see cref="EndInvokeJS"/> relies on