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; }
278
_typeInfoCache[typeof(
ChildModel
)] = CreateChildModelTypeInfo();
308
typeof(
ChildModel
),
310
CreatePropertyInfo(typeof(
ChildModel
), "Id", typeof(int)),
311
CreatePropertyInfo(typeof(
ChildModel
), "Name", typeof(string)),
312
CreatePropertyInfo(typeof(
ChildModel
), "ParentId", typeof(int))
323
CreatePropertyInfo(typeof(HierarchicalModel), "Child", typeof(
ChildModel
)),