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