1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
281
JsonPropertyInfo
= 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)
45
if (context.
JsonPropertyInfo
== null)
50
if (context.
JsonPropertyInfo
?.Name == "id")
54
if (context.
JsonPropertyInfo
?.Name == "name")
58
if (context.
JsonPropertyInfo
?.Name == "isComplete")
62
if (context.
JsonPropertyInfo
?.Name == "dueDate")
79
if (context.
JsonPropertyInfo
== null)
83
if (context.
JsonPropertyInfo
?.Name == "id")
87
if (context.
JsonPropertyInfo
?.Name == "name")
91
if (context.
JsonPropertyInfo
?.Name == "isComplete")
95
if (context.
JsonPropertyInfo
?.Name == "dueDate")