2 instantiations of EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (2)
791
return new
EnumArrayType
();
805
return new
EnumArrayType
();
10 references to EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (10)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (10)
740
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
767
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
787
public class EnumArrayTypeConverter : JsonConverter<
EnumArrayType
>
789
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
794
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)
801
public class EnumObjectTypeConverter : JsonConverter<
EnumArrayType
>
803
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
808
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)