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