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