3 references to ClassWithCustomConverter1
Shared.Tests (3)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
111(typeof(ClassWithPropertiesUsingCustomConverters), "Prop1", typeof(ClassWithPropertiesUsingCustomConverters.ClassWithCustomConverter1)),
JsonSchemaExporter\TestTypes.cs (2)
1170public ClassWithCustomConverter1? Prop1 { get; set; } 1174[JsonConverter(typeof(CustomConverter<ClassWithCustomConverter1>))]