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