1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
8 references to JSRuntime
Microsoft.AspNetCore.Components.Server (7)
Circuits\CircuitHost.cs (7)
89JSRuntime.UnhandledException += ReportAndInvoke_UnhandledException;
234JSRuntime.MarkPermanentlyDisconnected();
403DotNetDispatcher.BeginInvokeDotNet(JSRuntime, invocationInfo, argsJson);
437DotNetDispatcher.EndInvokeJS(JSRuntime, arguments);
462DotNetDispatcher.ReceiveByteArray(JSRuntime, id, data);
486return RemoteJSDataStream.ReceiveData(JSRuntime, streamId, chunkId, chunk, error);
531if (!JSRuntime.TryClaimPendingStreamForSending(streamId, out dotNetStreamReference))
Microsoft.AspNetCore.Components.Server.Tests (1)