1 instantiation of DtoWithReadOnlyProperty
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
795
var dto = new
DtoWithReadOnlyProperty
{ Name = "original" };
3 references to DtoWithReadOnlyProperty
Aspire.Hosting.RemoteHost.Tests (3)
AtsMarshallerTests.cs (3)
29
new AtsDtoTypeInfo { TypeId = "test/DtoWithReadOnlyProperty", Name = "DtoWithReadOnlyProperty", ClrType = typeof(
DtoWithReadOnlyProperty
), Properties = [] },
795
var
dto = new DtoWithReadOnlyProperty { Name = "original" };
798
marshaller.ApplyDtoProperties(source, dto, typeof(
DtoWithReadOnlyProperty
));