1 write to City
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
RouteValueDictionaryTests.cs (1)
84new KeyValuePair<string, object?>("Address", new Address() { City = "Redmond", State = "WA" })
1 reference to City
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
RouteValueDictionaryTests.cs (1)
129Assert.Equal("Redmond", address.City);