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