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