2 references to ClassWithCustomConverter2
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
1180
public
ClassWithCustomConverter2
? Prop2 { get; set; }
1185
[JsonConverter(typeof(CustomConverter<
ClassWithCustomConverter2
>))]