1 instantiation of Address
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1289
var expected = new
Address
() { City = "Redmond", Street = "1 Microsoft Way", Country = "United States", ZipCode = 98052 };
3 references to Address
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
1289
var
expected = new Address() { City = "Redmond", Street = "1 Microsoft Way", Country = "United States", ZipCode = 98052 };
1301
var
result = FormDataMapper.Map<
Address
>(reader, options);