6 instantiations of PocoWithRecursiveMembers
Microsoft.Extensions.AI.Abstractions.Tests (6)
test\Shared\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
Microsoft.Extensions.AI.Abstractions.Tests (3)
test\Shared\JsonSchemaExporter\TestTypes.cs (3)
289yield return new TestData<PocoWithRecursiveMembers>( 309yield return new TestData<PocoWithRecursiveMembers>( 927public PocoWithRecursiveMembers? Next { get; init; }