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; } 279_typeInfoCache[typeof(ChildModel)] = CreateChildModelTypeInfo(); 309typeof(ChildModel), 311CreatePropertyInfo(typeof(ChildModel), "Id", typeof(int)), 312CreatePropertyInfo(typeof(ChildModel), "Name", typeof(string)), 313CreatePropertyInfo(typeof(ChildModel), "ParentId", typeof(int)) 324CreatePropertyInfo(typeof(HierarchicalModel), "Child", typeof(ChildModel)),