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