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)
59
if (
_cachedToString
== null)
67
return
_cachedToString
?? string.Empty;