2 instantiations of PocoWithNullableStructFollowedByStruct
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
474
Value:
new
() { NullableStruct = null, Struct = recordStruct },
475
AdditionalValues: [
new
() { NullableStruct = recordStruct, Struct = recordStruct }],
2 references to PocoWithNullableStructFollowedByStruct
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
473
yield return new TestData<
PocoWithNullableStructFollowedByStruct
>(
1269
[JsonSerializable(typeof(
PocoWithNullableStructFollowedByStruct
))]