4 writes to Email
Microsoft.AspNetCore.Http.Microbenchmarks (4)
ValidatableTypesBenchmark.cs (4)
54
Email
= "test@example.com"
82
new SimpleModel { Id = 3, Name = "Sibling 1",
Email
= "sibling1@example.com" },
83
new SimpleModel { Id = 4, Name = "Sibling 2",
Email
= "sibling2@example.com" }
145
_simpleModel.
Email
= "invalid-email";