1 instantiation of Person
Wasm.Performance.TestApp (1)
Person.cs (1)
21
return new
Person
3 references to Person
Wasm.Performance.TestApp (3)
Person.cs (2)
13
public List<
Person
> Subordinates { get; set; }
16
public static
Person
GenerateOrgChart(int totalDepth, int numDescendantsPerNode, int thisDepth = 0, string namePrefix = null, int siblingIndex = 0)
PersonJsonContext.cs (1)
8
[JsonSerializable(typeof(
Person
))]