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