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