2 instantiations of PocoWithStructFollowedByNullableStruct
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
445Value: new() { Struct = recordStruct, NullableStruct = null }, 446AdditionalValues: [new() { Struct = recordStruct, NullableStruct = recordStruct }],
2 references to PocoWithStructFollowedByNullableStruct
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
444yield return new TestData<PocoWithStructFollowedByNullableStruct>( 1268[JsonSerializable(typeof(PocoWithStructFollowedByNullableStruct))]