2 writes to _clientProxy
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
63_clientProxy = clientProxy ?? throw new ArgumentNullException(nameof(clientProxy)); 229_clientProxy = null;
7 references to _clientProxy
Microsoft.AspNetCore.Components.Server (7)
Circuits\RemoteJSRuntime.cs (7)
31public bool IsInitialized => _clientProxy is not null; 93_clientProxy.SendAsync("JS.EndInvokeDotNet", 101_clientProxy.SendAsync("JS.EndInvokeDotNet", 110_clientProxy.SendAsync("JS.ReceiveByteArray", id, data); 130if (_clientProxy is null) 149_clientProxy.SendAsync( 207await _clientProxy.SendAsync("JS.BeginTransmitStream", streamId);