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