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)
26
private
HierarchicalModel
_hierarchicalModel = null!;
99
validationOptions.TryGetValidatableTypeInfo(typeof(
HierarchicalModel
), out _hierarchicalTypeInfo);
274
_typeInfoCache[typeof(
HierarchicalModel
)] = CreateHierarchicalModelTypeInfo();
319
typeof(
HierarchicalModel
),
321
CreatePropertyInfo(typeof(
HierarchicalModel
), "Id", typeof(int)),
322
CreatePropertyInfo(typeof(
HierarchicalModel
), "Name", typeof(string)),
323
CreatePropertyInfo(typeof(
HierarchicalModel
), "Child", typeof(ChildModel)),
324
CreatePropertyInfo(typeof(
HierarchicalModel
), "Siblings", typeof(List<SimpleModel>))