1 instantiation of DtoWithComplexProperty
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
739
var dto = new
DtoWithComplexProperty
{ Name = "original", Complex = new NonDeserializableType("keep-me") };
2 references to DtoWithComplexProperty
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
739
var
dto = new DtoWithComplexProperty { Name = "original", Complex = new NonDeserializableType("keep-me") };
746
marshaller.ApplyDtoProperties(source, dto, typeof(
DtoWithComplexProperty
));