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