3 references to ClassWithCustomConverter2
Shared.Tests (3)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
112
(typeof(ClassWithPropertiesUsingCustomConverters), "Prop2", typeof(ClassWithPropertiesUsingCustomConverters.
ClassWithCustomConverter2
)),
JsonSchemaExporter\TestTypes.cs (2)
1172
public
ClassWithCustomConverter2
? Prop2 { get; set; }
1177
[JsonConverter(typeof(CustomConverter<
ClassWithCustomConverter2
>))]