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