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