1 write to _closedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
89
_closedRegistration
= connectionContext.ConnectionClosed.Register(static (state) => ((HubConnectionContext)state!).Abort(), this);
1 reference to _closedRegistration
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
896
_closedRegistration
.Dispose();