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