1 instantiation of HierarchicalModel
Microsoft.AspNetCore.Http.Microbenchmarks (1)
ValidatableTypesBenchmark.cs (1)
72_hierarchicalModel = new HierarchicalModel
8 references to HierarchicalModel
Microsoft.AspNetCore.Http.Microbenchmarks (8)
ValidatableTypesBenchmark.cs (8)
26private HierarchicalModel _hierarchicalModel = null!; 99validationOptions.TryGetValidatableTypeInfo(typeof(HierarchicalModel), out _hierarchicalTypeInfo); 274_typeInfoCache[typeof(HierarchicalModel)] = CreateHierarchicalModelTypeInfo(); 319typeof(HierarchicalModel), 321CreatePropertyInfo(typeof(HierarchicalModel), "Id", typeof(int)), 322CreatePropertyInfo(typeof(HierarchicalModel), "Name", typeof(string)), 323CreatePropertyInfo(typeof(HierarchicalModel), "Child", typeof(ChildModel)), 324CreatePropertyInfo(typeof(HierarchicalModel), "Siblings", typeof(List<SimpleModel>))