1 write to _cachedToString
Microsoft.AspNetCore.Hosting (1)
Internal\HostingRequestFinishedLog.cs (1)
66
_cachedToString
= $"Request finished {request.Protocol} {request.Method} {request.Scheme}://{request.Host.Value}{request.PathBase.Value}{request.Path.Value}{request.QueryString.Value} - {response.StatusCode.ToString(CultureInfo.InvariantCulture)} {ValueOrEmptyMarker(response.ContentLength)} {EscapedValueOrEmptyMarker(response.ContentType)} {Elapsed.TotalMilliseconds.ToString("0.0000", CultureInfo.InvariantCulture)}ms";
2 references to _cachedToString
Microsoft.AspNetCore.Hosting (2)
Internal\HostingRequestFinishedLog.cs (2)
60
if (
_cachedToString
== null)
69
return
_cachedToString
;