2 writes to Method
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (1)
64
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)
167
context.MetricsTagsFeature.
Method
!,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
291
Assert.Null(context.MetricsTagsFeature.
Method
);