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