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