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