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); 273_typeInfoCache[typeof(ComplexModel)] = CreateComplexModelTypeInfo(); 295typeof(ComplexModel), 297CreatePropertyInfo(typeof(ComplexModel), "Id", typeof(int)), 298CreatePropertyInfo(typeof(ComplexModel), "Name", typeof(string)), 299CreatePropertyInfo(typeof(ComplexModel), "Properties", typeof(Dictionary<string, string>)), 300CreatePropertyInfo(typeof(ComplexModel), "Items", typeof(List<string>)), 301CreatePropertyInfo(typeof(ComplexModel), "CreatedOn", typeof(DateTime))