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