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