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