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