4 references to GetBoxedInt32
System.Net.Http (4)
System\Net\Http\DiagnosticsHandler.cs (1)
203
activity.SetTag("http.response.status_code", DiagnosticsHelper.
GetBoxedInt32
((int)response.StatusCode));
System\Net\Http\Metrics\MetricsHandler.cs (2)
113
tags.Add("http.response.status_code", DiagnosticsHelper.
GetBoxedInt32
((int)response.StatusCode));
143
tags.Add("server.port", DiagnosticsHelper.
GetBoxedInt32
(requestUri.Port));
System\Net\Http\SocketsHttpHandler\Metrics\ConnectionMetrics.cs (1)
27
_portTag = DiagnosticsHelper.
GetBoxedInt32
(port);