1 write to _cachedToString
Microsoft.AspNetCore.Hosting (1)
Internal\HostingRequestStartingLog.cs (1)
48
_cachedToString
= $"Request starting {request.Protocol} {request.Method} {request.Scheme}://{request.Host.Value}{request.PathBase.Value}{request.Path.Value}{request.QueryString.Value} - {EscapedValueOrEmptyMarker(request.ContentType)} {ValueOrEmptyMarker(request.ContentLength)}";
2 references to _cachedToString
Microsoft.AspNetCore.Hosting (2)
Internal\HostingRequestStartingLog.cs (2)
45
if (
_cachedToString
== null)
51
return
_cachedToString
;