8 instantiations of PocoWithRecursiveMembers
Shared.Tests (8)
JsonSchemaExporter\TestTypes.cs (8)
296Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } }, 297AdditionalValues: [new() { Value = 1, Next = null }], 317Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } }, 318AdditionalValues: [new() { Value = 1, Next = null }],
4 references to PocoWithRecursiveMembers
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
295yield return new TestData<PocoWithRecursiveMembers>( 316yield return new TestData<PocoWithRecursiveMembers>( 935public PocoWithRecursiveMembers? Next { get; init; } 1262[JsonSerializable(typeof(PocoWithRecursiveMembers))]