1 write to _client
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteRenderer.cs (1)
53_client = client;
4 references to _client
Microsoft.AspNetCore.Components.Server (4)
Circuits\RemoteRenderer.cs (4)
80var attachComponentTask = _client.SendAsync("JS.AttachComponent", componentId, domElementSelector); 214if (!_client.Connected) 221Log.BeginUpdateDisplayAsync(_logger, pending.BatchId, pending.Data.Count, _client.ConnectionId); 223await _client.SendAsync("JS.RenderBatch", pending.BatchId, segment);