19 references to Count
Microsoft.Extensions.AI.Abstractions (19)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (19)
288Count(Schema != null); 289Count(Ref != null); 290Count(Comment != null); 291Count(Title != null); 292Count(Description != null); 293Count(Type != JsonSchemaType.Any); 294Count(Format != null); 295Count(Pattern != null); 296Count(Constant != null); 297Count(Properties != null); 298Count(Required != null); 299Count(Items != null); 300Count(AdditionalProperties != null); 301Count(Enum != null); 302Count(Not != null); 303Count(AnyOf != null); 304Count(HasDefaultValue); 305Count(MinLength != null); 306Count(MaxLength != null);