1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
268
JsonPropertyInfo
= 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)
48
if (context.
JsonPropertyInfo
== null)
53
if (context.
JsonPropertyInfo
?.Name == "id")
57
if (context.
JsonPropertyInfo
?.Name == "name")
61
if (context.
JsonPropertyInfo
?.Name == "isComplete")
65
if (context.
JsonPropertyInfo
?.Name == "dueDate")
82
if (context.
JsonPropertyInfo
== null)
86
if (context.
JsonPropertyInfo
?.Name == "id")
90
if (context.
JsonPropertyInfo
?.Name == "name")
94
if (context.
JsonPropertyInfo
?.Name == "isComplete")
98
if (context.
JsonPropertyInfo
?.Name == "dueDate")