1 instantiation of TestNestedResource
Stress.AppHost (1)
TestResource.cs (1)
32
var rb = builder.AddResource(new
TestNestedResource
(name, parent))
1 reference to TestNestedResource
Stress.AppHost (1)
TestResource.cs (1)
30
public static IResourceBuilder<
TestNestedResource
> AddNestedResource(this IDistributedApplicationBuilder builder, string name, IResource parent)