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