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