1 write to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
552var dto = new TestDto { Name = "test", Count = 10 };
1 reference to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
544Assert.Equal("test", dto.Name);