6 instantiations of PocoWithRecursiveMembers
Shared.Tests (6)
JsonSchemaExporter\TestTypes.cs (6)
290Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } }, 310Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } },
3 references to PocoWithRecursiveMembers
Shared.Tests (3)
JsonSchemaExporter\TestTypes.cs (3)
289yield return new TestData<PocoWithRecursiveMembers>( 309yield return new TestData<PocoWithRecursiveMembers>( 927public PocoWithRecursiveMembers? Next { get; init; }