1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
281JsonPropertyInfo = null,
11 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")