1 instantiation of DiagnosticsHandler
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
543
handler = new
DiagnosticsHandler
(handler, propagator, settings._allowAutoRedirect);
3 references to DiagnosticsHandler
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\ConnectionSetupDistributedTracing.cs (2)
88
if (GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation &&
DiagnosticsHandler
.s_activitySource.HasListeners())
91
if (requestActivity?.Source ==
DiagnosticsHandler
.s_activitySource)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionWaiter.cs (1)
24
|| (GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation && Activity.Current?.Source ==
DiagnosticsHandler
.s_activitySource);