2 writes to Value
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
756var dto = new DtoWithJsonPropertyName { DisplayName = "original", Value = 0 }; 769var dto = new DtoWithJsonPropertyName { DisplayName = "original", Value = 5 };
1 reference to Value
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
762Assert.Equal(99, dto.Value);