1 write to JsonPropertyInfo
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
401
JsonPropertyInfo
= 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)
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")
Sample (1)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.OpenApi.SourceGenerators\Microsoft.AspNetCore.OpenApi.SourceGenerators.XmlCommentGenerator\OpenApiXmlCommentSupport.generated.cs (1)
581
if (context.
JsonPropertyInfo
is { AttributeProvider: PropertyInfo propertyInfo })