1 write to _startTimestamp
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
965
_startTimestamp
= HttpTelemetry.Log.IsEnabled() || (GlobalHttpSettings.MetricsHandler.IsGloballyEnabled && _settings._metrics!.RequestsQueueDuration.Enabled) ? Stopwatch.GetTimestamp() : 0;
2 references to _startTimestamp
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
979
if (
_startTimestamp
!= 0)
981
TimeSpan duration = Stopwatch.GetElapsedTime(
_startTimestamp
);