3 references to GetNormalizedHttpMethod
Microsoft.AspNetCore.Hosting (3)
Internal\HostingMetrics.cs (1)
112tags.Add(HostingTelemetryHelpers.AttributeHttpRequestMethod, HostingTelemetryHelpers.GetNormalizedHttpMethod(method));
Internal\HostingTelemetryHelpers.cs (2)
128var normalizedHttpMethod = GetNormalizedHttpMethod(originalHttpMethod); 145var normalizedHttpMethod = GetNormalizedHttpMethod(originalHttpMethod);