8 instantiations of PocoWithRecursiveMembers
Shared.Tests (8)
JsonSchemaExporter\TestTypes.cs (8)
308Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } }, 309AdditionalValues: [new() { Value = 1, Next = null }], 329Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } }, 330AdditionalValues: [new() { Value = 1, Next = null }],
4 references to PocoWithRecursiveMembers
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
307yield return new TestData<PocoWithRecursiveMembers>( 328yield return new TestData<PocoWithRecursiveMembers>( 947public PocoWithRecursiveMembers? Next { get; init; } 1275[JsonSerializable(typeof(PocoWithRecursiveMembers))]