1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
268JsonPropertyInfo = null,
11 references to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Transformers\OpenApiSchemaTransformerContext.cs (1)
36/// Gets the <see cref="JsonPropertyInfo"/> associated with the target schema if the
Microsoft.AspNetCore.OpenApi.Tests (10)
Transformers\SchemaTransformerTests.cs (10)
48if (context.JsonPropertyInfo == null) 53if (context.JsonPropertyInfo?.Name == "id") 57if (context.JsonPropertyInfo?.Name == "name") 61if (context.JsonPropertyInfo?.Name == "isComplete") 65if (context.JsonPropertyInfo?.Name == "dueDate") 82if (context.JsonPropertyInfo == null) 86if (context.JsonPropertyInfo?.Name == "id") 90if (context.JsonPropertyInfo?.Name == "name") 94if (context.JsonPropertyInfo?.Name == "isComplete") 98if (context.JsonPropertyInfo?.Name == "dueDate")