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