4 writes to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
612var dto = new TestDto { Name = "test", Count = 10 }; 762var dto = new TestDto { Name = "original", Count = 0 }; 775var dto = new TestDto { Name = "original", Count = 10 }; 857var dto = new TestDto { Name = "original", Count = 10 };
4 references to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
605Assert.Equal(5, dto.Count); 768Assert.Equal(42, dto.Count); 781Assert.Equal(10, dto.Count); // Count unchanged since not in JSON 864Assert.Equal(10, dto.Count); // Count unchanged due to incompatible value