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();