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