1 write to PropertyInfo
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
22
PropertyInfo
= propertyInfo;
3 references to PropertyInfo
Microsoft.AspNetCore.OpenApi (2)
Services\Schemas\OpenApiSchemaService.cs (2)
97
if (context.
PropertyInfo
is { } jsonPropertyInfo)
109
if (context.
PropertyInfo
is { AttributeProvider: { } attributeProvider })
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
438
(JsonTypeInfo TypeInfo, JsonPropertyInfo? PropertyInfo) key = (context.TypeInfo, context.
PropertyInfo
);