2 writes to Value
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
400
yield return new TestData<PocoWithCustomConverter>(new() {
Value
= 42 }, "true");
953
new PocoWithCustomConverter {
Value
= reader.GetInt32() };
1 reference to Value
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
956
writer.WriteNumberValue(value.
Value
);