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