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