3 instantiations of PocoWithRecursiveMembers
Shared.Tests (3)
JsonSchemaExporter\TestTypes.cs (3)
296Value: new() { Value = 1, Next = new() { Value = 2, Next = new() { Value = 3 } } },
2 references to PocoWithRecursiveMembers
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
295yield return new TestData<PocoWithRecursiveMembers>( 935public PocoWithRecursiveMembers? Next { get; init; }