2 writes to City
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
RouteValueDictionaryTests.cs (2)
365
var obj = new StructAddress() {
City
= "Singapore" };
383
StructAddress? obj = new StructAddress() {
City
= "Singapore" };