1 write to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
844var dto = new DtoWithReadOnlyProperty { Name = "original" };
1 reference to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
849Assert.Equal("updated", dto.Name);