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