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