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