1 write to _closedRequestedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
87_closedRequestedRegistration = lifetimeNotification.ConnectionClosedRequested.Register(static (state) => ((HubConnectionContext)state!).AbortAllowReconnect(), this);
1 reference to _closedRequestedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
786_closedRequestedRegistration?.Dispose();