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