2 instantiations of ThrowsWithMissingParameterValue
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
1851var expected = new ThrowsWithMissingParameterValue("Age"); 1874var expected = new ThrowsWithMissingParameterValue("Age");
6 references to ThrowsWithMissingParameterValue
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Binding\FormDataMapperTests.cs (6)
1851var expected = new ThrowsWithMissingParameterValue("Age"); 1863var result = FormDataMapper.Map<ThrowsWithMissingParameterValue>(reader, options); 1874var expected = new ThrowsWithMissingParameterValue("Age"); 1886var result = FormDataMapper.Map<ThrowsWithMissingParameterValue>(reader, options);