1 write to _cachedToString
Microsoft.AspNetCore.Hosting (1)
Internal\HostingRequestUnhandledLog.cs (1)
44
_cachedToString
= $"Request reached the end of the middleware pipeline without being handled by application code. Request path: {request.Method} {request.Scheme}://{request.Host}{request.PathBase}{request.Path}, Response status code: {response.StatusCode}";
2 references to _cachedToString
Microsoft.AspNetCore.Hosting (2)
Internal\HostingRequestUnhandledLog.cs (2)
40
if (
_cachedToString
== null)
47
return
_cachedToString
;