5 instantiations of ChildResource
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (5)
92
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
107
var child = builder.AddResource(new
ChildResource
("child", parent.Resource));
121
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
136
var child = builder.AddResource(new
ChildResource
("child", parent: parent.Resource))
139
var grandchild = builder.AddResource(new
ChildResource
("grandchild", parent: child.Resource))