2 references to ClassWithCustomConverter2
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
1172
public
ClassWithCustomConverter2
? Prop2 { get; set; }
1177
[JsonConverter(typeof(CustomConverter<
ClassWithCustomConverter2
>))]