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