2 writes to _cachedToString
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ConnectionLogScope.cs (2)
23
_cachedToString
= null;
62
_cachedToString
= FormattableString.Invariant($"{ClientConnectionIdKey}:{ConnectionId}");
2 references to _cachedToString
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\ConnectionLogScope.cs (2)
58
if (
_cachedToString
== null)
66
return
_cachedToString
?? string.Empty;