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