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)
257Count(Properties != null); 341if (Properties != null) 344foreach (KeyValuePair<string, JsonSchema> property in Properties)