1 write to Name
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1760
var expected = new TypeIgnoresReadOnlyProperties() {
Name
= "John" };
1 reference to Name
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
1776
Assert.Equal(expected.
Name
, result.Name);