5 references to GetCustomProperty
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1153
invokeAgentActivity.
GetCustomProperty
(OpenTelemetryChatClient.SensitiveDataEnabledCustomKey) as string is OpenTelemetryChatClient.SensitiveDataEnabledTrueValue :
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)
57
ActivityLogScope? activityLogScope = activity.
GetCustomProperty
(propertyKey) as ActivityLogScope;
96
var activityBaggageLogScopeWrapper = activity.
GetCustomProperty
(additionalItemsBaggagePropertyKey) as ActivityBaggageLogScopeWrapper;