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