1 instantiation of DataMemberAttributesType
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1716
var expected = new
DataMemberAttributesType
{ Key = "Age", Value = 20 };
3 references to DataMemberAttributesType
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
1716
var
expected = new DataMemberAttributesType { Key = "Age", Value = 20 };
1728
var
result = FormDataMapper.Map<
DataMemberAttributesType
>(reader, options);