1 write to JSRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
71JSRuntime = jsRuntime ?? throw new ArgumentNullException(nameof(jsRuntime));
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)
Circuits\CircuitHostTest.cs (1)
137var component = new PerformJSInteropOnDisposeComponent(circuitHost.JSRuntime);