5 instantiations of ChildResource
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (5)
114
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
129
var child = builder.AddResource(new
ChildResource
("child", parent.Resource));
143
var child = builder.AddResource(new
ChildResource
("child", parent.Resource))
158
var child = builder.AddResource(new
ChildResource
("child", parent: parent.Resource))
161
var grandchild = builder.AddResource(new
ChildResource
("grandchild", parent: child.Resource))