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