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