4 references to ActivityName
Microsoft.AspNetCore.Hosting (4)
Internal\HostingApplicationDiagnostics.cs (4)
21
private const string ActivityStartKey =
ActivityName
+ ".Start";
22
private const string ActivityStopKey =
ActivityName
+ ".Stop";
88
var diagnosticListenerActivityCreationEnabled = (diagnosticListenerEnabled && _diagnosticListener.IsEnabled(
ActivityName
, httpContext));
403
ActivityName
,