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