1 instantiation of ActivityBaggageLogScopeWrapper
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerFactoryScopeProvider.cs (1)
103
activityBaggageLogScopeWrapper = new
ActivityBaggageLogScopeWrapper
(items);
4 references to ActivityBaggageLogScopeWrapper
Microsoft.Extensions.Telemetry (4)
Logging\Import\LoggerFactoryScopeProvider.cs (4)
87
ActivityBaggageLogScopeWrapper
scope = GetOrCreateActivityBaggageLogScopeWrapper(activity, baggage);
97
private static
ActivityBaggageLogScopeWrapper
GetOrCreateActivityBaggageLogScopeWrapper(Activity activity, IEnumerable<KeyValuePair<string, string?>> items)
100
var
activityBaggageLogScopeWrapper = activity.GetCustomProperty(additionalItemsBaggagePropertyKey) as
ActivityBaggageLogScopeWrapper
;