1 write to Elapsed
Microsoft.AspNetCore.Hosting (1)
Internal\HostingRequestFinishedLog.cs (1)
55
Elapsed
= elapsed;
2 references to Elapsed
Microsoft.AspNetCore.Hosting (2)
Internal\HostingRequestFinishedLog.cs (2)
35
0 => new KeyValuePair<string, object?>("ElapsedMilliseconds",
Elapsed
.TotalMilliseconds),
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";