1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteErrorBoundaryLogger.cs (1)
20_jsRuntime = jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteErrorBoundaryLogger.cs (2)
31var shouldLogToClient = (_jsRuntime as RemoteJSRuntime)?.IsInitialized == true; 37return _jsRuntime.InvokeVoidAsync("console.error", message);