1 write to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
475
_connectionAborted
= true;
6 references to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionContext.cs (6)
196
if (
_connectionAborted
&& !ignoreAbort)
241
if (
_connectionAborted
)
351
if (
_connectionAborted
&& !ignoreAbort)
377
if (
_connectionAborted
)
413
if (
_connectionAborted
)
706
if (Debugger.IsAttached ||
_connectionAborted
)