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