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