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