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