1 write to _lifetimeManager
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
155
_lifetimeManager
= lifetimeManager;
2 references to _lifetimeManager
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);