4 writes to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
563var dto = new TestDto { Name = "test", Count = 10 }; 713var dto = new TestDto { Name = "original", Count = 0 }; 726var dto = new TestDto { Name = "original", Count = 10 }; 808var dto = new TestDto { Name = "original", Count = 10 };
4 references to Count
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
556Assert.Equal(5, dto.Count); 719Assert.Equal(42, dto.Count); 732Assert.Equal(10, dto.Count); // Count unchanged since not in JSON 815Assert.Equal(10, dto.Count); // Count unchanged due to incompatible value