1 write to PropertyInfo
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
22PropertyInfo = propertyInfo;
5 references to PropertyInfo
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonSchemaCreateContext.cs (4)
48public JsonPropertyInfo? PropertyInfo => _exporterContext.PropertyInfo; 54_exporterContext.PropertyInfo?.DeclaringType; 60_exporterContext.PropertyInfo?.AttributeProvider; 67_exporterContext.PropertyInfo?.AssociatedParameter?.AttributeProvider;
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
499(JsonTypeInfo TypeInfo, JsonPropertyInfo? PropertyInfo) key = (context.TypeInfo, context.PropertyInfo);