2 writes to Method
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (1)
64context.MetricsTagsFeature.Method = httpContext.Request.Method;
Internal\HttpMetricsTagsFeature.cs (1)
26Method = null;
2 references to Method
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
167context.MetricsTagsFeature.Method!,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
291Assert.Null(context.MetricsTagsFeature.Method);