4 writes to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
769var dto = new TestDto { Name = "test", Count = 10 }; 985var dto = new TestDto { Name = "original", Count = 0 }; 998var dto = new TestDto { Name = "original", Count = 10 }; 1080var dto = new TestDto { Name = "original", Count = 10 };
4 references to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
733Assert.Equal(5, dto.Count); 991Assert.Equal(42, dto.Count); 1004Assert.Equal(10, dto.Count); // Count unchanged since not in JSON 1087Assert.Equal(10, dto.Count); // Count unchanged due to incompatible value