1 write to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
585
_connectionAborted
= true;
6 references to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionContext.cs (6)
269
if (
_connectionAborted
&& !ignoreAbort)
314
if (
_connectionAborted
)
455
if (
_connectionAborted
&& !ignoreAbort)
484
if (
_connectionAborted
)
523
if (
_connectionAborted
)
817
if (Debugger.IsAttached ||
_connectionAborted
)