1 instantiation of ComplexModel
Microsoft.AspNetCore.Http.Microbenchmarks (1)
ValidatableTypesBenchmark.cs (1)
59_complexModel = new ComplexModel
9 references to ComplexModel
Microsoft.AspNetCore.Http.Microbenchmarks (9)
ValidatableTypesBenchmark.cs (9)
25private ComplexModel _complexModel = null!; 98validationOptions.TryGetValidatableTypeInfo(typeof(ComplexModel), out _complexTypeInfo); 274_typeInfoCache[typeof(ComplexModel)] = CreateComplexModelTypeInfo(); 296typeof(ComplexModel), 298CreatePropertyInfo(typeof(ComplexModel), "Id", typeof(int)), 299CreatePropertyInfo(typeof(ComplexModel), "Name", typeof(string)), 300CreatePropertyInfo(typeof(ComplexModel), "Properties", typeof(Dictionary<string, string>)), 301CreatePropertyInfo(typeof(ComplexModel), "Items", typeof(List<string>)), 302CreatePropertyInfo(typeof(ComplexModel), "CreatedOn", typeof(DateTime))