1 instantiation of DataMemberAttributesConstructorType
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1738
var expected = new
DataMemberAttributesConstructorType
("Age", 20);
2 references to DataMemberAttributesConstructorType
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
1738
var
expected = new DataMemberAttributesConstructorType("Age", 20);
1750
var result = FormDataMapper.Map<
DataMemberAttributesConstructorType
>(reader, options);