4 references to InvokeVoid
Microsoft.AspNetCore.Components.WebAssembly (3)
Services\WebAssemblyConsoleLogger.cs (1)
96
_jsRuntime.
InvokeVoid
("console.log", formattedMessage);
Services\WebAssemblyNavigationManager.cs (2)
71
DefaultWebAssemblyJSRuntime.Instance.
InvokeVoid
(Interop.NavigateTo, uri, options);
85
DefaultWebAssemblyJSRuntime.Instance.
InvokeVoid
(Interop.Refresh, forceReload);
Microsoft.JSInterop.Tests (1)
JSInProcessRuntimeExtensionsTest.cs (1)
21
jsRuntime.Object.
InvokeVoid
(method, args);