1 instantiation of ActivityLogScope
Microsoft.Extensions.Logging (1)
LoggerFactoryScopeProvider.cs (1)
45
activityLogScope = new
ActivityLogScope
(activity, _activityTrackingOption);
2 references to ActivityLogScope
Microsoft.Extensions.Logging (2)
LoggerFactoryScopeProvider.cs (2)
42
ActivityLogScope
? activityLogScope = activity.GetCustomProperty(propertyKey) as
ActivityLogScope
;