1 write to PropertyInfo
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
22PropertyInfo = propertyInfo;
9 references to PropertyInfo
Microsoft.AspNetCore.OpenApi (2)
Services\Schemas\OpenApiSchemaService.cs (2)
95if (context.PropertyInfo is { } jsonPropertyInfo) 107if (context.PropertyInfo is { AttributeProvider: { } attributeProvider })
Microsoft.Extensions.AI.Abstractions.Tests (3)
test\Shared\JsonSchemaExporter\TestTypes.cs (3)
774if (ctx.PropertyInfo is null || schema is not JsonObject jObj) 1304GetAttrs(ctx.PropertyInfo?.AttributeProvider) ?? 1305GetAttrs(ctx.PropertyInfo?.AssociatedParameter?.AttributeProvider) ??
Shared.Tests (3)
JsonSchemaExporter\TestTypes.cs (3)
774if (ctx.PropertyInfo is null || schema is not JsonObject jObj) 1304GetAttrs(ctx.PropertyInfo?.AttributeProvider) ?? 1305GetAttrs(ctx.PropertyInfo?.AssociatedParameter?.AttributeProvider) ??
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
438(JsonTypeInfo TypeInfo, JsonPropertyInfo? PropertyInfo) key = (context.TypeInfo, context.PropertyInfo);