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)
45if (_cachedToString == null) 51return _cachedToString;