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)
25
private
ComplexModel
_complexModel = null!;
98
validationOptions.TryGetValidatableTypeInfo(typeof(
ComplexModel
), out _complexTypeInfo);
274
_typeInfoCache[typeof(
ComplexModel
)] = CreateComplexModelTypeInfo();
296
typeof(
ComplexModel
),
298
CreatePropertyInfo(typeof(
ComplexModel
), "Id", typeof(int)),
299
CreatePropertyInfo(typeof(
ComplexModel
), "Name", typeof(string)),
300
CreatePropertyInfo(typeof(
ComplexModel
), "Properties", typeof(Dictionary<string, string>)),
301
CreatePropertyInfo(typeof(
ComplexModel
), "Items", typeof(List<string>)),
302
CreatePropertyInfo(typeof(
ComplexModel
), "CreatedOn", typeof(DateTime))