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