4 references to GetCustomProperty
Microsoft.Extensions.Logging (2)
LoggerFactoryScopeProvider.cs (2)
42
ActivityLogScope? activityLogScope = activity.
GetCustomProperty
(propertyKey) as ActivityLogScope;
81
var activityBaggageLogScopeWrapper = activity.
GetCustomProperty
(additionalItemsBaggagePropertyKey) as ActivityBaggageLogScopeWrapper;
Microsoft.Extensions.Telemetry (2)
Logging\Import\LoggerFactoryScopeProvider.cs (2)
61
ActivityLogScope? activityLogScope = activity.
GetCustomProperty
(propertyKey) as ActivityLogScope;
100
var activityBaggageLogScopeWrapper = activity.
GetCustomProperty
(additionalItemsBaggagePropertyKey) as ActivityBaggageLogScopeWrapper;