3 instantiations of SimpleModel
Microsoft.AspNetCore.Http.Microbenchmarks (3)
ValidatableTypesBenchmark.cs (3)
50_simpleModel = new SimpleModel 82new SimpleModel { Id = 3, Name = "Sibling 1", Email = "sibling1@example.com" }, 83new SimpleModel { Id = 4, Name = "Sibling 2", Email = "sibling2@example.com" }
4 references to SimpleModel
Microsoft.AspNetCore.Http.Microbenchmarks (4)
ValidatableTypesBenchmark.cs (4)
22private SimpleModel _simpleModel = null!; 95validationOptions.TryGetValidatableTypeInfo(typeof(SimpleModel), out _simpleTypeInfo); 163typeof(SimpleModel), 218public List<SimpleModel> Siblings { get; set; }