1 instantiation of CustomType
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
567return new CustomType();
4 references to CustomType
Microsoft.AspNetCore.OpenApi.Tests (4)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (4)
545builder.MapPost("/api", (CustomType id) => { }); 563public class CustomTypeConverter : JsonConverter<CustomType> 565public override CustomType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) 570public override void Write(Utf8JsonWriter writer, CustomType value, JsonSerializerOptions options)