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