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