1 write to _activity
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
958
_activity
= ConnectionSetupDistributedTracing.StartWaitForConnectionActivity(_authority);
3 references to _activity
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (3)
966
ConnectionSetupDistributedTracing.ReportError(
_activity
, exception);
969
_activity
?.Stop();
989
Debug.Assert(
_activity
?.IsStopped != false);