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