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