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