3 references to GetAttrs
Microsoft.Extensions.AI (3)
Utilities\AIJsonUtilities.Schema.cs (3)
243GetAttrs(descAttrType, ctx.PropertyInfo?.AttributeProvider)?.FirstOrDefault() ?? 244GetAttrs(descAttrType, ctx.PropertyInfo?.AssociatedParameter?.AttributeProvider)?.FirstOrDefault() ?? 245GetAttrs(descAttrType, ctx.TypeInfo.Type)?.FirstOrDefault();