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)
80
var attachComponentTask =
_client
.SendAsync("JS.AttachComponent", componentId, domElementSelector);
214
if (!
_client
.Connected)
221
Log.BeginUpdateDisplayAsync(_logger, pending.BatchId, pending.Data.Count,
_client
.ConnectionId);
223
await
_client
.SendAsync("JS.RenderBatch", pending.BatchId, segment);