2 instantiations of SelfReferencingDto
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
644var dto = new SelfReferencingDto { Name = "root" }; 678var dto = new SelfReferencingDto { Name = "typed" };
4 references to SelfReferencingDto
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
24new AtsDtoTypeInfo { TypeId = "test/SelfReferencingDto", Name = "SelfReferencingDto", ClrType = typeof(SelfReferencingDto), Properties = [] }, 644var dto = new SelfReferencingDto { Name = "root" }; 678var dto = new SelfReferencingDto { Name = "typed" }; 864public SelfReferencingDto? Self { get; set; }