5 instantiations of ChildResource
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (5)
90
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
105
var child = builder.AddResource(new
ChildResource
("child", parent.Resource));
119
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
134
var child = builder.AddResource(new
ChildResource
("child", parent: parent.Resource))
137
var grandchild = builder.AddResource(new
ChildResource
("grandchild", parent: child.Resource))