1 write to Age
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1786var expected = new TypeRequiredProperties() { Name = null, Age = 20 };
1 reference to Age
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1803Assert.Equal(expected.Age, result.Age);