1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
64
JSRuntime
= jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
7 references to JSRuntime
Microsoft.AspNetCore.Components.Server (7)
Circuits\CircuitHost.cs (7)
80
JSRuntime
.UnhandledException += ReportAndInvoke_UnhandledException;
214
JSRuntime
.MarkPermanentlyDisconnected();
379
DotNetDispatcher.BeginInvokeDotNet(
JSRuntime
, invocationInfo, argsJson);
413
DotNetDispatcher.EndInvokeJS(
JSRuntime
, arguments);
438
DotNetDispatcher.ReceiveByteArray(
JSRuntime
, id, data);
462
return RemoteJSDataStream.ReceiveData(
JSRuntime
, streamId, chunkId, chunk, error);
507
if (!
JSRuntime
.TryClaimPendingStreamForSending(streamId, out dotNetStreamReference))