4 writes to _hubCallerContext
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionContext.cs (4)
121
var hubCallerContext = Volatile.Read(ref
_hubCallerContext
);
192
var existing = Interlocked.CompareExchange(ref
_hubCallerContext
, hubCallerContext, null);
203
Interlocked.Exchange(ref
_hubCallerContext
, hubCallerContext);
898
Interlocked.Exchange(ref
_hubCallerContext
, null);