2 references to ClassWithCustomConverter1
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
1178
public
ClassWithCustomConverter1
? Prop1 { get; set; }
1182
[JsonConverter(typeof(CustomConverter<
ClassWithCustomConverter1
>))]