3 references to GetMethodTag
System.Net.Http (3)
System\Net\Http\DiagnosticsHandler.cs (1)
121KeyValuePair<string, object?> methodTag = DiagnosticsHelper.GetMethodTag(request.Method, out bool isUnknownMethod);
System\Net\Http\Metrics\MetricsHandler.cs (1)
145tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
56tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));