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