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