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