1 write to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
517
_connectionAborted
= true;
6 references to _connectionAborted
Microsoft.AspNetCore.SignalR.Core (6)
HubConnectionContext.cs (6)
196
if (
_connectionAborted
&& !ignoreAbort)
241
if (
_connectionAborted
)
387
if (
_connectionAborted
&& !ignoreAbort)
416
if (
_connectionAborted
)
455
if (
_connectionAborted
)
748
if (Debugger.IsAttached ||
_connectionAborted
)