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