3 writes to Properties
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (3)
340Properties = properties, 382Properties = new() 420Properties = dictProps,
3 references to Properties
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
297Count(Properties != null); 381if (Properties != null) 384foreach (KeyValuePair<string, JsonSchema> property in Properties)