1 instantiation of HttpMetricsTagsFeature
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
61context.MetricsTagsFeature ??= new HttpMetricsTagsFeature();
1 reference to HttpMetricsTagsFeature
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
151internal HttpMetricsTagsFeature? MetricsTagsFeature;