1 instantiation of Address
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
RouteValueDictionaryTests.cs (1)
84
new KeyValuePair<string, object?>("Address", new
Address
() { City = "Redmond", State = "WA" })
2 references to Address
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
RouteValueDictionaryTests.cs (2)
128
var
address = Assert.IsType<
Address
>(kvp.Value);