2 references to ClassWithCustomConverter1
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
1170public ClassWithCustomConverter1? Prop1 { get; set; } 1174[JsonConverter(typeof(CustomConverter<ClassWithCustomConverter1>))]