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