5 instantiations of ChildResource
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (5)
91
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
106
var child = builder.AddResource(new
ChildResource
("child", parent.Resource));
120
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
135
var child = builder.AddResource(new
ChildResource
("child", parent: parent.Resource))
138
var grandchild = builder.AddResource(new
ChildResource
("grandchild", parent: child.Resource))