1 write to PropertyInfo
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporterContext.cs (1)
35PropertyInfo = propertyInfo;
3 references to PropertyInfo
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
520(JsonTypeInfo, JsonPropertyInfo?) key = (context.TypeInfo, context.PropertyInfo);
src\Shared\JsonSchemaExporter\JsonSchemaExporterContext.cs (1)
68/// has been associated with the accompanying <see cref="PropertyInfo"/>.
Utilities\AIJsonSchemaCreateContext.cs (1)
48public JsonPropertyInfo? PropertyInfo => _exporterContext.PropertyInfo;