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