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