1 instantiation of ActivityLogScope
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerFactoryScopeProvider.cs (1)
60
activityLogScope = new
ActivityLogScope
(activity, _activityTrackingOption);
2 references to ActivityLogScope
Microsoft.Extensions.Telemetry (2)
Logging\Import\LoggerFactoryScopeProvider.cs (2)
57
ActivityLogScope
? activityLogScope = activity.GetCustomProperty(propertyKey) as
ActivityLogScope
;