1 instantiation of TypeIgnoresReadOnlyProperties
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1760
var expected = new
TypeIgnoresReadOnlyProperties
() { Name = "John" };
3 references to TypeIgnoresReadOnlyProperties
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
1760
var
expected = new TypeIgnoresReadOnlyProperties() { Name = "John" };
1774
var
result = FormDataMapper.Map<
TypeIgnoresReadOnlyProperties
>(reader, options);