1 instantiation of ChildModel
Microsoft.AspNetCore.Http.Microbenchmarks (1)
ValidatableTypesBenchmark.cs (1)
76Child = new ChildModel
7 references to ChildModel
Microsoft.AspNetCore.Http.Microbenchmarks (7)
ValidatableTypesBenchmark.cs (7)
218public ChildModel Child { get; set; } 278_typeInfoCache[typeof(ChildModel)] = CreateChildModelTypeInfo(); 308typeof(ChildModel), 310CreatePropertyInfo(typeof(ChildModel), "Id", typeof(int)), 311CreatePropertyInfo(typeof(ChildModel), "Name", typeof(string)), 312CreatePropertyInfo(typeof(ChildModel), "ParentId", typeof(int)) 323CreatePropertyInfo(typeof(HierarchicalModel), "Child", typeof(ChildModel)),