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