1 instantiation of PocoWithCustomPropertyConverter
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
419yield return new TestData<PocoWithCustomPropertyConverter>(new() { Value = 42 }, """{"type":["object","null"],"properties":{"Value":true}}""");
2 references to PocoWithCustomPropertyConverter
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
419yield return new TestData<PocoWithCustomPropertyConverter>(new() { Value = 42 }, """{"type":["object","null"],"properties":{"Value":true}}"""); 1279[JsonSerializable(typeof(PocoWithCustomPropertyConverter))]