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