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)
271string method = (string)DiagnosticsHelper.GetMethodTag(request.Method, out _).Value!;
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
194tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));