1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
68JSRuntime = jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
7 references to JSRuntime
Microsoft.AspNetCore.Components.Server (7)
Circuits\CircuitHost.cs (7)
85JSRuntime.UnhandledException += ReportAndInvoke_UnhandledException; 219JSRuntime.MarkPermanentlyDisconnected(); 389DotNetDispatcher.BeginInvokeDotNet(JSRuntime, invocationInfo, argsJson); 423DotNetDispatcher.EndInvokeJS(JSRuntime, arguments); 448DotNetDispatcher.ReceiveByteArray(JSRuntime, id, data); 472return RemoteJSDataStream.ReceiveData(JSRuntime, streamId, chunkId, chunk, error); 517if (!JSRuntime.TryClaimPendingStreamForSending(streamId, out dotNetStreamReference))