2 writes to _applicationName
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Latency\RequestLatencyTelemetryMiddleware.cs (2)
43
_applicationName
= string.Empty;
48
_applicationName
= appMetdata.Value.ApplicationName;
2 references to _applicationName
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Latency\RequestLatencyTelemetryMiddleware.cs (2)
61
if (!string.IsNullOrEmpty(
_applicationName
))
68
httpContext.Response.Headers[TelemetryConstants.ServerApplicationNameHeader] =
_applicationName
;