1 write to PropertyInfo
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterContext.cs (1)
22PropertyInfo = propertyInfo;
3 references to PropertyInfo
Microsoft.AspNetCore.OpenApi (2)
Services\Schemas\OpenApiSchemaService.cs (2)
97if (context.PropertyInfo is { } jsonPropertyInfo) 109if (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);