3 writes to _userIdentifier
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (3)
179
get => Volatile.Read(ref
_userIdentifier
);
182
Volatile.Write(ref
_userIdentifier
, value);
221
Volatile.Write(ref
_userIdentifier
, userIdentifier);