4 references to TelemetryServerAddress
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
128Debug.Assert(_pool.TelemetryServerAddress is not null, "TelemetryServerAddress should not be null when System.Diagnostics.Metrics.Meter.IsSupported is true."); 133_pool.TelemetryServerAddress,
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (2)
186Debug.Assert(pool.TelemetryServerAddress is not null, "TelemetryServerAddress should not be null when System.Diagnostics.Metrics.Meter.IsSupported is true."); 187tags.Add("server.address", pool.TelemetryServerAddress);