2 writes to _cachedToString
Microsoft.AspNetCore.SignalR.Client.Core (2)
Internal\ConnectionLogScope.cs (2)
24_cachedToString = null; 63_cachedToString = FormattableString.Invariant($"{ClientConnectionIdKey}:{ConnectionId}");
2 references to _cachedToString
Microsoft.AspNetCore.SignalR.Client.Core (2)
Internal\ConnectionLogScope.cs (2)
59if (_cachedToString == null) 67return _cachedToString ?? string.Empty;