2 instantiations of StructAddress
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
RouteValueDictionaryTests.cs (2)
365var obj = new StructAddress() { City = "Singapore" }; 383StructAddress? obj = new StructAddress() { City = "Singapore" };
3 references to StructAddress
Microsoft.AspNetCore.Http.Abstractions.Tests (3)
RouteValueDictionaryTests.cs (3)
365var obj = new StructAddress() { City = "Singapore" }; 383StructAddress? obj = new StructAddress() { City = "Singapore" }; 401StructAddress? obj = null;