2 instantiations of ParentDto
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
931
var parent = new
ParentDto
{ Label = "parent" };
967
var parent = new
ParentDto
{ Label = "parent" };
4 references to ParentDto
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
27
new AtsDtoTypeInfo { TypeId = "test/ParentDto", Name = "ParentDto", ClrType = typeof(
ParentDto
), Properties = [] },
931
var
parent = new ParentDto { Label = "parent" };
967
var
parent = new ParentDto { Label = "parent" };
1175
public
ParentDto
? Parent { get; set; }