1 write to PropertyInfo
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporterContext.cs (1)
35
PropertyInfo
= 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)
48
public JsonPropertyInfo? PropertyInfo => _exporterContext.
PropertyInfo
;