5 references to GetCustomProperty
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1153invokeAgentActivity.GetCustomProperty(OpenTelemetryChatClient.SensitiveDataEnabledCustomKey) as string is OpenTelemetryChatClient.SensitiveDataEnabledTrueValue :
Microsoft.Extensions.Logging (2)
LoggerFactoryScopeProvider.cs (2)
42ActivityLogScope? activityLogScope = activity.GetCustomProperty(propertyKey) as ActivityLogScope; 81var activityBaggageLogScopeWrapper = activity.GetCustomProperty(additionalItemsBaggagePropertyKey) as ActivityBaggageLogScopeWrapper;
Microsoft.Extensions.Telemetry (2)
Logging\Import\LoggerFactoryScopeProvider.cs (2)
57ActivityLogScope? activityLogScope = activity.GetCustomProperty(propertyKey) as ActivityLogScope; 96var activityBaggageLogScopeWrapper = activity.GetCustomProperty(additionalItemsBaggagePropertyKey) as ActivityBaggageLogScopeWrapper;