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