1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
401JsonPropertyInfo = null,
12 references to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Transformers\OpenApiSchemaTransformerContext.cs (1)
35/// Gets the <see cref="JsonPropertyInfo"/> associated with the target schema if the
Microsoft.AspNetCore.OpenApi.Tests (10)
Transformers\SchemaTransformerTests.cs (10)
45if (context.JsonPropertyInfo == null) 50if (context.JsonPropertyInfo?.Name == "id") 54if (context.JsonPropertyInfo?.Name == "name") 58if (context.JsonPropertyInfo?.Name == "isComplete") 62if (context.JsonPropertyInfo?.Name == "dueDate") 79if (context.JsonPropertyInfo == null) 83if (context.JsonPropertyInfo?.Name == "id") 87if (context.JsonPropertyInfo?.Name == "name") 91if (context.JsonPropertyInfo?.Name == "isComplete") 95if (context.JsonPropertyInfo?.Name == "dueDate")
Sample (1)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.OpenApi.SourceGenerators\Microsoft.AspNetCore.OpenApi.SourceGenerators.XmlCommentGenerator\OpenApiXmlCommentSupport.generated.cs (1)
581if (context.JsonPropertyInfo is { AttributeProvider: PropertyInfo propertyInfo })