1 write to _connectionId
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
157
_connectionId
= connectionId;
2 references to _connectionId
Microsoft.AspNetCore.SignalR.Core (2)
Internal\Proxies.cs (2)
162
return _lifetimeManager.SendConnectionAsync(
_connectionId
, method, args, cancellationToken);
167
return _lifetimeManager.InvokeConnectionAsync<T>(
_connectionId
, method, args ?? Array.Empty<object?>(), cancellationToken);