1 instantiation of ValidatableObjectModel
Microsoft.AspNetCore.Http.Microbenchmarks (1)
7 references to ValidatableObjectModel
Microsoft.AspNetCore.Http.Microbenchmarks (7)
ValidatableTypesBenchmark.cs (7)
27private ValidatableObjectModel _validatableObjectModel = null!;
100validationOptions.TryGetValidatableTypeInfo(typeof(ValidatableObjectModel), out _ivalidatableObjectTypeInfo);
275_typeInfoCache[typeof(ValidatableObjectModel)] = CreateValidatableObjectModelTypeInfo();
331typeof(ValidatableObjectModel),
333CreatePropertyInfo(typeof(ValidatableObjectModel), "Id", typeof(int)),
334CreatePropertyInfo(typeof(ValidatableObjectModel), "Name", typeof(string)),
335CreatePropertyInfo(typeof(ValidatableObjectModel), "CustomField", typeof(string))