1 write to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
589
_connectionAborted
= true;
6 references to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionContext.cs (6)
273
if (
_connectionAborted
&& !ignoreAbort)
318
if (
_connectionAborted
)
459
if (
_connectionAborted
&& !ignoreAbort)
488
if (
_connectionAborted
)
527
if (
_connectionAborted
)
821
if (Debugger.IsAttached ||
_connectionAborted
)