2 instantiations of EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (2)
876return new EnumArrayType(); 890return new EnumArrayType();
10 references to EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (10)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (10)
825builder.MapPost("/api", (EnumArrayType e = EnumArrayType.None) => { }); 852builder.MapPost("/api", (EnumArrayType e = EnumArrayType.None) => { }); 872public class EnumArrayTypeConverter : JsonConverter<EnumArrayType> 874public override EnumArrayType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) 879public override void Write(Utf8JsonWriter writer, EnumArrayType value, JsonSerializerOptions options) 886public class EnumObjectTypeConverter : JsonConverter<EnumArrayType> 888public override EnumArrayType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) 893public override void Write(Utf8JsonWriter writer, EnumArrayType value, JsonSerializerOptions options)