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