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