1 write to StartTimestamp
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
594
StartTimestamp
= Stopwatch.GetTimestamp();
3 references to StartTimestamp
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionManager.cs (3)
97
var currentTimestamp = (connection.
StartTimestamp
> 0) ? Stopwatch.GetTimestamp() : default;
99
HttpConnectionsEventSource.Log.ConnectionStop(id, connection.
StartTimestamp
, currentTimestamp);
101
_metrics.ConnectionStop(connection.MetricsContext, transportType, status, connection.
StartTimestamp
, currentTimestamp);