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