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