1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
70
JSRuntime
= jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
7 references to JSRuntime
Microsoft.AspNetCore.Components.Server (7)
Circuits\CircuitHost.cs (7)
88
JSRuntime
.UnhandledException += ReportAndInvoke_UnhandledException;
230
JSRuntime
.MarkPermanentlyDisconnected();
399
DotNetDispatcher.BeginInvokeDotNet(
JSRuntime
, invocationInfo, argsJson);
433
DotNetDispatcher.EndInvokeJS(
JSRuntime
, arguments);
458
DotNetDispatcher.ReceiveByteArray(
JSRuntime
, id, data);
482
return RemoteJSDataStream.ReceiveData(
JSRuntime
, streamId, chunkId, chunk, error);
527
if (!
JSRuntime
.TryClaimPendingStreamForSending(streamId, out dotNetStreamReference))